MRPT
2.0.1
|
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 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |