#include "OW_config.h"
#include "OW_Types.hpp"
#include "OW_Exception.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_Array.hpp"
#include <cstring>
Include dependency graph for OW_HDBCommon.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
struct | OW_NAMESPACE::HDBHeaderBlock |
The HDBHeaderBlock structure represent the header information for the database. More... | |
struct | OW_NAMESPACE::HDBBlock |
The HDBBlock structure represents nodes within the database. More... | |
class | OW_NAMESPACE::HDBUtilKeyArray |
Defines | |
#define | OW_HDBSIGNATURE "OWHIERARCHICADB" |
#define | OW_HDBLKSZ sizeof(HDBBlock); |
Variables | |
const int | OW_NAMESPACE::HDBSIGLEN = 16 |
const UInt32 | OW_NAMESPACE::HDBVERSION = 4000001 |
const UInt32 | OW_NAMESPACE::MinHDBVERSION = 4000001 |
|
Definition at line 111 of file OW_HDBCommon.hpp. |
|
Definition at line 51 of file OW_HDBCommon.hpp. Referenced by OW_NAMESPACE::HDB::checkFile(), and OW_NAMESPACE::HDB::createFile(). |