A singleton with the central registry for CSerializable run-time classes: users do not use this class in any direct way.
Definition at line 57 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 119 of file internal_class_registry.cpp.
|
inlineprivate |
Definition at line 121 of file internal_class_registry.cpp.
|
inline |
Definition at line 68 of file internal_class_registry.cpp.
References mrpt::mrpt::format().
Referenced by mrpt::utils::registerClass(), and mrpt::utils::registerClassCustomName().


|
inline |
Definition at line 92 of file internal_class_registry.cpp.
Referenced by mrpt::utils::findRegisteredClass().

|
inline |
Definition at line 106 of file internal_class_registry.cpp.
Referenced by mrpt::utils::getAllRegisteredClasses().

|
inlinestatic |
The unique access point point to the singleton instance.
Definition at line 62 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 127 of file internal_class_registry.cpp.
|
private |
Definition at line 126 of file internal_class_registry.cpp.
|
private |
Definition at line 125 of file internal_class_registry.cpp.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |