|
GME
13
|
#include <CoreBinFile.h>
Public Member Functions | |
| ~BinObject () | |
| void | HasGuidAndStatAttributes (GUID &guid, bool *p_statusFound, bool *p_oldRegFound) |
| void | CreateGuidAttributes (CCoreBinFile *p_bf) |
| void | CreateStatusAttribute (CCoreBinFile *p_bf) |
| void | UpgradeRegistryIfNecessary (CCoreBinFile *binFile) |
| BinAttrBase * | Find (attrid_type attrid) |
| void | CreateAttributes (ICoreMetaObject *metaobject) |
| void | DestroyAttributes () |
| void | Read (CCoreBinFile *binfile) |
| void | Write (CCoreBinFile *binfile) |
| bool | HasEmptyPointers () const |
Public Attributes | |
| binattrs_type | binattrs |
| bool | deleted |
Definition at line 140 of file CoreBinFile.h.
| BinObject::~BinObject | ( | ) | [inline] |
Definition at line 143 of file CoreBinFile.h.
| void BinObject::CreateAttributes | ( | ICoreMetaObject * | metaobject | ) |
Definition at line 243 of file CoreBinFile.cpp.
| void BinObject::CreateGuidAttributes | ( | CCoreBinFile * | p_bf | ) |
Definition at line 191 of file CoreBinFile.cpp.
| void BinObject::CreateStatusAttribute | ( | CCoreBinFile * | p_bf | ) |
Definition at line 229 of file CoreBinFile.cpp.
| void BinObject::DestroyAttributes | ( | ) |
Definition at line 279 of file CoreBinFile.cpp.
| BinAttrBase* BinObject::Find | ( | attrid_type | attrid | ) | [inline] |
Definition at line 154 of file CoreBinFile.h.
| bool BinObject::HasEmptyPointers | ( | ) | const |
Definition at line 393 of file CoreBinFile.cpp.
| void BinObject::HasGuidAndStatAttributes | ( | GUID & | guid, |
| bool * | p_statusFound, | ||
| bool * | p_oldRegFound | ||
| ) |
Definition at line 148 of file CoreBinFile.cpp.
| void BinObject::Read | ( | CCoreBinFile * | binfile | ) |
Definition at line 284 of file CoreBinFile.cpp.
| void BinObject::UpgradeRegistryIfNecessary | ( | CCoreBinFile * | binFile | ) |
Definition at line 126 of file CoreBinFile.cpp.
| void BinObject::Write | ( | CCoreBinFile * | binfile | ) |
Definition at line 371 of file CoreBinFile.cpp.
Definition at line 146 of file CoreBinFile.h.
| bool BinObject::deleted |
Definition at line 147 of file CoreBinFile.h.
1.7.6.1