Blender  V3.3
Public Attributes | List of all members
CLogStringBuf Struct Reference

Public Attributes

char * data
 
uint len
 
uint len_alloc
 
bool is_alloc
 

Detailed Description

Definition at line 111 of file clog.c.

Member Data Documentation

◆ data

char* CLogStringBuf::data

◆ is_alloc

bool CLogStringBuf::is_alloc

Definition at line 115 of file clog.c.

Referenced by clg_str_free(), clg_str_init(), and clg_str_reserve().

◆ len

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().

◆ len_alloc

uint CLogStringBuf::len_alloc

Definition at line 114 of file clog.c.

Referenced by clg_str_init(), and clg_str_reserve().


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