|
Blender
V3.3
|
Public Attributes | |
| char * | data |
| uint | len |
| uint | len_alloc |
| bool | is_alloc |
| char* CLogStringBuf::data |
Definition at line 112 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 115 of file clog.c.
Referenced by clg_str_free(), clg_str_init(), and clg_str_reserve().
| uint CLogStringBuf::len |
Definition at line 113 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 114 of file clog.c.
Referenced by clg_str_init(), and clg_str_reserve().