Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

misc.h File Reference

#include <cc++/config.h>
#include <cc++/thread.h>
#include <fstream>
#include <iostream>

Go to the source code of this file.

Compounds

struct  _keysym
struct  _keyval
struct  MemPager::_page
class  StringTokenizer::iterator
 The input forward iterator for tokens. More...

class  Keydata
 Keydata objects are used to load and hold "configuration" data for a given application. load text configuration files into keyword pairs. More...

struct  KEYDEF
class  MemPager
 The memory pager is used to allocate cumulative memory pages for storing object specific "persistant" data that is presumed to persist during the life of a given derived object. Accumulative object memory allocator. More...

class  StringTokenizer::NoSuchElementException
 Exception thrown, if someone tried to read beyond the end of the tokens. More...

class  SharedMemPager
 The shared mempager uses a mutex to protect key access methods. mutex protected memory pager. More...

class  StringTokenizer
 Splits delimited string into tokens. More...


Defines

#define KEYDATA_INDEX_SIZE   97
#define KEYDATA_PAGER_SIZE   512
#define KEYDATA_PATH_SIZE   256

Variables

_keyval keyval_t
_keysym keysym_t


Define Documentation

#define KEYDATA_INDEX_SIZE   97
 

#define KEYDATA_PAGER_SIZE   512
 

#define KEYDATA_PATH_SIZE   256
 


Variable Documentation

struct _keysym keysym_t
 

struct _keyval keyval_t
 


Generated at Tue Nov 20 12:34:33 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001