Blender V5.0
CLG_LogRef Struct Reference

#include <CLG_log.h>

Public Member Functions

 CLG_LogRef (const char *identifier)

Public Attributes

const char * identifier
CLG_LogTypetype
struct CLG_LogRefnext

Detailed Description

Definition at line 78 of file CLG_log.h.

Constructor & Destructor Documentation

◆ CLG_LogRef()

CLG_LogRef::CLG_LogRef ( const char * identifier)
inline

Definition at line 132 of file CLG_log.h.

References CLG_LogRef(), CLG_logref_register(), identifier, next, and type.

Referenced by CLG_LogRef().

Member Data Documentation

◆ identifier

const char* CLG_LogRef::identifier

Definition at line 81 of file CLG_log.h.

Referenced by CLG_LogRef(), and CLG_logref_init().

◆ next

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

◆ type

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


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