ARB
Public Member Functions | Static Public Attributes | List of all members
Dict Class Reference
Inheritance diagram for Dict:
Inheritance graph
[legend]
Collaboration diagram for Dict:
Collaboration graph
[legend]

Public Member Functions

 Dict (const char *Group, const char *OrgKey, DictData *Data)
 
const stringgetGroup () const
 
const stringgetOriginalKey () const
 
bool mayBeUsedWith (const string &key) const
 
GB_ERROR assignToKey (const string &key) const
 
GB_ERROR unassignFromKey (const string &key) const
 
bool canDecompress (const string &key)
 

Static Public Attributes

static GBDATAgb_main = NULp
 

Detailed Description

Definition at line 613 of file NT_dbrepair.cxx.

Constructor & Destructor Documentation

Dict::Dict ( const char Group,
const char OrgKey,
DictData Data 
)
inline

Definition at line 623 of file NT_dbrepair.cxx.

Member Function Documentation

const string& Dict::getGroup ( ) const
inline

Definition at line 625 of file NT_dbrepair.cxx.

References group.

const string& Dict::getOriginalKey ( ) const
inline

Definition at line 626 of file NT_dbrepair.cxx.

Referenced by NT_fix_dict_compress().

bool Dict::mayBeUsedWith ( const string key) const
inline

Definition at line 628 of file NT_dbrepair.cxx.

Referenced by NT_fix_dict_compress().

GB_ERROR Dict::assignToKey ( const string key) const
inline

Definition at line 630 of file NT_dbrepair.cxx.

References GB_set_dictionary().

Referenced by NT_fix_dict_compress().

GB_ERROR Dict::unassignFromKey ( const string key) const
inline

Definition at line 631 of file NT_dbrepair.cxx.

References GB_set_dictionary(), and NULp.

Referenced by NT_fix_dict_compress().

bool Dict::canDecompress ( const string key)
inline

Member Data Documentation

GBDATA * Dict::gb_main = NULp
static

Definition at line 621 of file NT_dbrepair.cxx.


The documentation for this class was generated from the following file: