Generated on Sat Aug 25 2012 15:53:15 for Gecode by doxygen 1.7.5
Test::ind Class Reference

Simple class for describing identation. More...

#include <test.hh>

List of all members.

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.

Detailed Description

Simple class for describing identation.


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 275 of file test.cpp.


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: