class ConfigItemInt: 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
operator int() const
void fix()

Private Fields

int value
string strrepr

Inherited from BaseConfigItem:

Public Fields

string descr
string key

Protected Methods

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

Documentation

int value

string strrepr

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

operator int() const

void fix()


This class has no child classes.

alphabetic index html hierarchy of classes or java



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