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: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |