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

indent.h

00001 /*
00002   File: indent.h
00003 
00004   Copyright(C) C. Kotterink, Computed Graphics
00005 */
00006 #ifndef INDENT_H
00007 #define INDENT_H
00008 
00009 #include<iostream.h>
00010 
00022 ostream &increaseIndent(ostream &stream);
00023 
00025 ostream &decreaseIndent(ostream &stream);
00026 
00028 ostream &indent(ostream &stream);
00029 
00031 ostream &newl(ostream &stream);
00032 
00033 #endif

This documentation was generated using doxygen. If you have any comments or additions please mail me.