EntropyEngine::Core::Debug::DebugRegistry::Entry
EntropyEngine::Core::Debug::DebugRegistry::Entry
Section titled “EntropyEngine::Core::Debug::DebugRegistry::Entry”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | typeName Type name for categorization. |
| const INamed * | object Pointer to the tracked object. |
| std::chrono::system_clock::time_point | creationTime When it was registered. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable typeName
Section titled “variable typeName”std::string typeName;Type name for categorization.
variable object
Section titled “variable object”const INamed * object;Pointer to the tracked object.
variable creationTime
Section titled “variable creationTime”std::chrono::system_clock::time_point creationTime;When it was registered.
Updated on 2026-01-26 at 17:14:35 -0500