|
Blender V5.0
|
#include <CLG_log.h>
Public Member Functions | |
| CLG_LogRef (const char *identifier) | |
Public Attributes | |
| const char * | identifier |
| CLG_LogType * | type |
| struct CLG_LogRef * | next |
|
inline |
Definition at line 132 of file CLG_log.h.
References CLG_LogRef(), CLG_logref_register(), identifier, next, and type.
Referenced by CLG_LogRef().
| const char* CLG_LogRef::identifier |
Definition at line 81 of file CLG_log.h.
Referenced by CLG_LogRef(), and CLG_logref_init().
| struct CLG_LogRef* CLG_LogRef::next |
Definition at line 83 of file CLG_log.h.
Referenced by CLG_ctx_free(), CLG_LogRef(), CLG_logref_list_all(), and CLG_logref_register().
| CLG_LogType* CLG_LogRef::type |
Definition at line 82 of file CLG_log.h.
Referenced by CLG_color_support_get(), CLG_LogRef(), and CLG_logref_init().