class ConfigItemStr: public BaseConfigItem


Inheritance:


Public Methods

void init( GDBM_FILE dbf, const char *des, const char *k, const char *def, Session *ses )
void update( const string &newval )
void load( GDBM_FILE dbf )
void store( GDBM_FILE dbf )
const string& str() const
const char* c_str() const

Private Fields

string value

Inherited from BaseConfigItem:

Public Fields

string descr
string key

Protected Methods

void init_base( const char *des, const char *k )

Documentation

string value

void init( GDBM_FILE dbf, const char *des, const char *k, const char *def, Session *ses )

void update( const string &newval )

void load( GDBM_FILE dbf )

void store( GDBM_FILE dbf )

const string& str() const

const char* c_str() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.