MRPT
1.9.9
|
Definition at line 19 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 27 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 21 of file internal_class_registry.h.
Referenced by get().
|
mutable |
Definition at line 22 of file internal_class_registry.h.
Referenced by get().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |