Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

dsApprc.h File Reference

#include <iostream>
#include <fstream>
#include <dsHashTable.h>
#include <dsSmartException.h>
#include <dsutil.h>
#include <dsStrstream.h>
#include <xlat.h>

Go to the source code of this file.

Compounds

class  dsApprc

Defines

#define DS_GLOBAL_RC   "/etc/libdms4.rc"
#define MAX_INCLUDE_LEVEL   10
#define ADD(k, v)   _apprc->add(k,v)
#define GET(k)   _apprc->getstring(k)
#define IGET(k, i)   _apprc->getstring(k,i)
#define GETL(k)   _apprc->getlong(k)
#define GETB(k)   _apprc->getbool(k)
#define GETD(k)   _apprc->getdouble(k)
#define PUSH(k)   _apprc->push(k)
#define POP()   _apprc->pop()
#define _ADD(s)   _apprc->add(#s,s)
#define _PUSH(s)   _apprc->push(#s)

Functions

 DECLARE_EXCEPTION (key)
 DECLARE_EXCEPTION2 (INI, key)


Define Documentation

#define _ADD      _apprc->add(#s,s)
 

#define _PUSH      _apprc->push(#s)
 

#define ADD k,
     _apprc->add(k,v)
 

#define DS_GLOBAL_RC   "/etc/libdms4.rc"
 

#define GET      _apprc->getstring(k)
 

#define GETB      _apprc->getbool(k)
 

#define GETD      _apprc->getdouble(k)
 

#define GETL      _apprc->getlong(k)
 

#define IGET k,
     _apprc->getstring(k,i)
 

#define MAX_INCLUDE_LEVEL   10
 

 
#define POP      _apprc->pop()
 

#define PUSH      _apprc->push(k)
 


Function Documentation

DECLARE_EXCEPTION key   
 

DECLARE_EXCEPTION2 INI   ,
key   
 


Generated on Mon May 16 18:26:58 2005 for libdms4 by doxygen1.3-rc2