Definition at line 21 of file internal_class_registry.h.
#include <internal_class_registry.h>
Public Member Functions | |
bool | get (TRegisterFunction &ret) |
Retrieve the next message in the queue, or nullptr if there is no message. More... | |
Public Attributes | |
std::queue< TRegisterFunction > | funcs |
std::mutex | funcs_cs |
|
inline |
Retrieve the next message in the queue, or nullptr if there is no message.
The user MUST call "delete" with the returned object after use.
Definition at line 29 of file internal_class_registry.h.
References funcs, and funcs_cs.
Referenced by mrpt::rtti::registerAllPendingClasses().
std::queue<TRegisterFunction> mrpt::rtti::queue_register_functions_t::funcs |
Definition at line 23 of file internal_class_registry.h.
Referenced by get().
|
mutable |
Definition at line 24 of file internal_class_registry.h.
Referenced by get().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |