|
Blender V5.0
|
Public Attributes | |
| char * | str |
| size_t | str_len |
| size_t | str_len_alloc |
Simple string buffer type, needed when guarded-malloc can't be used.
Definition at line 927 of file fileops_c.cc.
| char* StrBuf::str |
Definition at line 928 of file fileops_c.cc.
Referenced by recursive_operation_impl(), strbuf_append_path(), strbuf_free(), strbuf_init(), and strbuf_trim().
| size_t StrBuf::str_len |
Definition at line 929 of file fileops_c.cc.
Referenced by recursive_operation_impl(), strbuf_append_path(), strbuf_init(), and strbuf_trim().
| size_t StrBuf::str_len_alloc |
Definition at line 930 of file fileops_c.cc.
Referenced by strbuf_append_path(), and strbuf_init().