AFEPack
|
全局性质表中存储的数据的类型 更多...
#include <PropertyTable.h>
公有成员 | |
property_entry_t () | |
property_entry_t (PropertyTableBase *po, void *pd) | |
property_entry_t (const property_entry_t &pe) | |
property_entry_t & | operator= (const property_entry_t &pe) |
PropertyTableBase * | object_ptr () const |
PropertyTableBase *& | object_ptr () |
void * | data_ptr () const |
void *& | data_ptr () |
私有属性 | |
PropertyTableBase * | p_obj |
void * | p_data |
全局性质表中存储的数据的类型
details::PropertyTableBase::property_entry_t::property_entry_t | ( | PropertyTableBase * | po, |
void * | pd | ||
) | [inline] |
details::PropertyTableBase::property_entry_t::property_entry_t | ( | const property_entry_t & | pe | ) | [inline] |
void* details::PropertyTableBase::property_entry_t::data_ptr | ( | ) | const [inline] |
void*& details::PropertyTableBase::property_entry_t::data_ptr | ( | ) | [inline] |
PropertyTableBase* details::PropertyTableBase::property_entry_t::object_ptr | ( | ) | const [inline] |
property_entry_t& details::PropertyTableBase::property_entry_t::operator= | ( | const property_entry_t & | pe | ) | [inline] |
void* details::PropertyTableBase::property_entry_t::p_data [private] |