#include <Persistent.hpp>
Public Member Functions | |
_NameMaker () noexcept(false) | |
virtual | ~_NameMaker () noexcept(true) |
std::unique_ptr< std::string > | make (const char *prefix) noexcept(false) |
Private Attributes | |
int | m_iCounter |
const char * | m_sObjectTypeName |
pthread_spinlock_t | m_oLck |
Definition at line 276 of file Persistent.hpp.
|
noexcept |
Definition at line 47 of file Persistent_impl.hpp.
|
virtualnoexcept |
Definition at line 55 of file Persistent_impl.hpp.
|
noexcept |
Definition at line 60 of file Persistent_impl.hpp.
|
private |
Definition at line 288 of file Persistent.hpp.
|
private |
Definition at line 290 of file Persistent.hpp.
|
private |
Definition at line 289 of file Persistent.hpp.