|
HDK
|
#include <UT_UniversalLogEntry.h>
Inheritance diagram for UT_UniversalLogExternalInfo:Public Member Functions | |
| UT_UniversalLogExternalInfo () | |
| SYS_HashType | hash () const |
Public Member Functions inherited from UT_IntrusiveRefCounter< UT_UniversalLogExternalInfo > | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter () noexcept |
| Default constructor: Sets counter to 0. More... | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept |
| Copy constructor: Sets counter to 0. More... | |
| UT_IntrusiveRefCounter & | operator= (const UT_IntrusiveRefCounter &) noexcept |
| Assignment operator: Does not modify counter. More... | |
| SYS_FORCE_INLINE uint32 | use_count () const noexcept |
| Return current counter. More... | |
| SYS_FORCE_INLINE bool | conditionalAddRef () noexcept |
Public Attributes | |
| UT_StringHolder | myHostName |
| UT_StringHolder | myIdentifier |
| UT_StringHolder | myCommandLine |
| int | myProcessId |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< UT_UniversalLogExternalInfo > | |
| SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
| Destructor: Only derived classes can destruct this. More... | |
Definition at line 31 of file UT_UniversalLogEntry.h.
|
inline |
Definition at line 35 of file UT_UniversalLogEntry.h.
|
inline |
Definition at line 39 of file UT_UniversalLogEntry.h.
| UT_StringHolder UT_UniversalLogExternalInfo::myCommandLine |
Definition at line 51 of file UT_UniversalLogEntry.h.
| UT_StringHolder UT_UniversalLogExternalInfo::myHostName |
Definition at line 49 of file UT_UniversalLogEntry.h.
| UT_StringHolder UT_UniversalLogExternalInfo::myIdentifier |
Definition at line 50 of file UT_UniversalLogEntry.h.
| int UT_UniversalLogExternalInfo::myProcessId |
Definition at line 52 of file UT_UniversalLogEntry.h.