Public Member Functions | |
StatAttributes (const char *name, const BOOL enabled, const BOOL is_timer) | |
Public Attributes | |
const char * | mName |
const BOOL | mEnabled |
const BOOL | mIsTimer |
Definition at line 45 of file llviewerstats.cpp.
StatAttributes::StatAttributes | ( | const char * | name, | |
const BOOL | enabled, | |||
const BOOL | is_timer | |||
) | [inline] |
Definition at line 48 of file llviewerstats.cpp.
const BOOL StatAttributes::mEnabled |
Definition at line 58 of file llviewerstats.cpp.
const BOOL StatAttributes::mIsTimer |
Definition at line 59 of file llviewerstats.cpp.
const char* StatAttributes::mName |
Definition at line 57 of file llviewerstats.cpp.
Referenced by LLViewerStats::addToMessage(), and LLViewerStats::statTypeToText().