CrystalSpace

Public API Reference

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

csIndPrint Class Reference

A debugging class to help print out indented messages. More...

#include <indprint.h>

List of all members.

Public Methods

void Up (int amount=1)
 Go up in indentation. More...

void Down (int amount=1)
 Go down in indentation. More...

void Reset (int amount=0)
 Reset indentation. More...

void Print (char *msg,...)
 Print with current indentation level. More...


Detailed Description

A debugging class to help print out indented messages.

Definition at line 27 of file indprint.h.


Member Function Documentation

void csIndPrint::Down int    amount = 1 [inline]
 

Go down in indentation.

Definition at line 38 of file indprint.h.

Referenced by csIndPrintDown::csIndPrintDown.

void csIndPrint::Print char *    msg,
...   
[inline]
 

Print with current indentation level.

Definition at line 43 of file indprint.h.

void csIndPrint::Reset int    amount = 0 [inline]
 

Reset indentation.

Definition at line 40 of file indprint.h.

void csIndPrint::Up int    amount = 1 [inline]
 

Go up in indentation.

Definition at line 36 of file indprint.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14