Blender V5.0
StrBuf Struct Reference

Public Attributes

char * str
size_t str_len
size_t str_len_alloc

Detailed Description

Simple string buffer type, needed when guarded-malloc can't be used.

Definition at line 927 of file fileops_c.cc.

Member Data Documentation

◆ str

char* StrBuf::str

◆ str_len

size_t StrBuf::str_len

◆ str_len_alloc

size_t StrBuf::str_len_alloc

Definition at line 930 of file fileops_c.cc.

Referenced by strbuf_append_path(), and strbuf_init().


The documentation for this struct was generated from the following file: