Project stdui: "Simple Type Dialog User-Interface"

|
Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

debug::dbch Struct Reference

#include <cdebug.hxx>

List of all members.


Public Types

typedef std::map< unsigned
int, dbch
dictionary
typedef dictionary::iterator iterator

Public Member Functions

 dbch (unsigned int ch)
 dbch ()
void operator-- ()
void operator++ ()

Public Attributes

int _indent
unsigned int id
bool _active

Member Typedef Documentation

typedef std::map<unsigned int, dbch> debug::dbch::dictionary
 

Definition at line 38 of file cdebug.hxx.

typedef dictionary::iterator debug::dbch::iterator
 

Definition at line 39 of file cdebug.hxx.


Constructor & Destructor Documentation

debug::dbch::dbch unsigned int  ch  )  [inline]
 

Definition at line 42 of file cdebug.hxx.

References _active, _indent, and id.

00042 : id(ch), _active(false), _indent(0){}

debug::dbch::dbch  )  [inline]
 

Definition at line 43 of file cdebug.hxx.

References _active, _indent, and id.

00043 : id(-1), _active(false), _indent(0){}


Member Function Documentation

void debug::dbch::operator++  )  [inline]
 

Definition at line 45 of file cdebug.hxx.

References _indent.

00045 { ++ _indent;  }

void debug::dbch::operator--  )  [inline]
 

Definition at line 44 of file cdebug.hxx.

References _indent.

00044 { -- _indent ; }


Member Data Documentation

bool debug::dbch::_active
 

Definition at line 46 of file cdebug.hxx.

Referenced by dbch().

int debug::dbch::_indent
 

Definition at line 40 of file cdebug.hxx.

Referenced by dbch(), operator++(), and operator--().

unsigned int debug::dbch::id
 

Definition at line 41 of file cdebug.hxx.

Referenced by dbch().


The documentation for this struct was generated from the following file:
API Documentation Generated by:  doxygen 1.4.0
About the author | Site started with trial version of DreamWeaver MX 2004 | Finalizing with  | Contact | ©2005, Serge Lussier ( Bretzel )