ldas-tools-framecpp
2.9.3
|
#include <FrHistoryInternal.hh>
Public Types | |
typedef FrameCPP::FrHistory | data_core_t |
typedef boost::shared_ptr< data_core_t > | data_t |
typedef data_core_t::time_type | time_t |
Public Member Functions | |
FrHistory () | |
FrHistory (const char *Name, time_t Time, const char *Comment) | |
pointer_type | Type () const |
Static Public Member Functions | |
static void | Register (FrameCError **Error, void *Pointer, pointer_type ExpectedType, framec_errno_type ErrorCode) |
static void | Free (FrameCError **Error, void *Pointer, pointer_type ExpectedType, framec_errno_type ErrorCode) |
static void | Deposit (const Handle *Ptr) |
static void | Validate (const Handle *Ptr, pointer_type Type) |
static void | Withdraw (const Handle *Ptr) |
Public Attributes | |
data_t | m_data |
Private Types | |
typedef std::set< const Handle * > | handle_container_type |
Private Attributes | |
const pointer_type | m_type |
Static Private Attributes | |
static LDASTools::AL::MutexLock::baton_type | m_baton |
static handle_container_type | m_handles |
typedef boost::shared_ptr< data_core_t > FrameC::FrHistory::data_t |
|
privateinherited |
typedef data_core_t::time_type FrameC::FrHistory::time_t |
FrameC::FrHistory::FrHistory | ( | ) |
FrameC::FrHistory::FrHistory | ( | const char * | Name, |
time_t | Time, | ||
const char * | Comment | ||
) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
staticprivateinherited |
data_t FrameC::FrHistory::m_data |
|
staticprivateinherited |
|
privateinherited |