|
Blender V5.0
|
Public Attributes | |
| char * | data |
| uint | len |
| uint | len_alloc |
| bool | is_alloc |
| char* CLogStringBuf::data |
Definition at line 138 of file clog.cc.
Referenced by CLG_log_str(), CLG_logf(), clg_str_append_char(), clg_str_append_with_len(), clg_str_free(), clg_str_indent_multiline(), clg_str_init(), and clg_str_reserve().
| bool CLogStringBuf::is_alloc |
Definition at line 141 of file clog.cc.
Referenced by clg_str_free(), clg_str_indent_multiline(), clg_str_init(), and clg_str_reserve().
| uint CLogStringBuf::len |
Definition at line 139 of file clog.cc.
Referenced by CLG_log_str(), CLG_logf(), clg_str_append_char(), clg_str_append_with_len(), clg_str_indent_multiline(), clg_str_init(), and clg_str_reserve().
| uint CLogStringBuf::len_alloc |
Definition at line 140 of file clog.cc.
Referenced by clg_str_indent_multiline(), clg_str_init(), and clg_str_reserve().