A singleton with the central registry for CSerializable run-time classes: users do not use this class in any direct way.
Definition at line 60 of file internal_class_registry.cpp.
Public Member Functions | |
void | Add (const std::string &className, const TRuntimeClassId &id) |
const TRuntimeClassId * | Get (const std::string &className) |
std::vector< const TRuntimeClassId * > | getListOfAllRegisteredClasses () |
Static Public Member Functions | |
static CClassRegistry & | Instance () |
The unique access point point to the singleton instance. More... | |
Private Member Functions | |
CClassRegistry () | |
~CClassRegistry () | |
Private Attributes | |
TClassnameToRuntimeId | registeredClasses |
std::mutex | m_cs |
std::atomic< bool > | m_being_modified |
|
inlineprivate |
Definition at line 115 of file internal_class_registry.cpp.
|
inlineprivate |
Definition at line 119 of file internal_class_registry.cpp.
|
inline |
Definition at line 71 of file internal_class_registry.cpp.
References mrpt::mrpt::format().
Referenced by mrpt::utils::registerClass(), and mrpt::utils::registerClassCustomName().
|
inline |
Definition at line 89 of file internal_class_registry.cpp.
Referenced by mrpt::utils::findRegisteredClass().
|
inline |
Definition at line 103 of file internal_class_registry.cpp.
Referenced by mrpt::utils::getAllRegisteredClasses().
|
inlinestatic |
The unique access point point to the singleton instance.
Definition at line 65 of file internal_class_registry.cpp.
Referenced by mrpt::utils::findRegisteredClass(), mrpt::utils::getAllRegisteredClasses(), mrpt::utils::registerClass(), and mrpt::utils::registerClassCustomName().
|
private |
Definition at line 126 of file internal_class_registry.cpp.
|
private |
Definition at line 125 of file internal_class_registry.cpp.
|
private |
Definition at line 124 of file internal_class_registry.cpp.
Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |