Generated on Mon Aug 25 11:35:54 2008 for Gecode by doxygen 1.5.6

Test::ind Class Reference
[General test support]

#include <test.hh>

List of all members.


Detailed Description

Simple class for describing identation.

Definition at line 70 of file test.hh.


Public Member Functions

 ind (int i)
 Indent by level i.

Public Attributes

int l
 Which indentation level.

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &os, const Test::ind &i)
 Print indentation.

Constructor & Destructor Documentation

Test::ind::ind ( int  i  )  [inline]

Indent by level i.

Definition at line 75 of file test.hh.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const Test::ind i 
) [related]

Print indentation.

Definition at line 281 of file test.cc.


Member Data Documentation

Which indentation level.

Definition at line 73 of file test.hh.


The documentation for this class was generated from the following file: