|
Blender
V2.93
|
Public Attributes | |
| char * | data |
| uint | len |
| uint | len_alloc |
| bool | is_alloc |
| char* CLogStringBuf::data |
Definition at line 126 of file clog.c.
Referenced by CLG_log_str(), CLG_logf(), clg_str_append_with_len(), clg_str_free(), clg_str_init(), and clg_str_reserve().
| bool CLogStringBuf::is_alloc |
Definition at line 129 of file clog.c.
Referenced by clg_str_free(), clg_str_init(), and clg_str_reserve().
| uint CLogStringBuf::len |
Definition at line 127 of file clog.c.
Referenced by CLG_log_str(), CLG_logf(), clg_str_append_with_len(), clg_str_init(), and clg_str_reserve().
| uint CLogStringBuf::len_alloc |
Definition at line 128 of file clog.c.
Referenced by clg_str_init(), and clg_str_reserve().