coutUtils.h

Go to the documentation of this file.
00001 
00011 #include<iostream>
00012 
00013 using namespace std;
00014 
00016 namespace coutUtils {
00017 
00018         void flush(); 
00019         void newline(); 
00020         void newline( int x ); 
00021         void printUnderline( string x ); 
00022         void print( string x ); 
00023         void printInt( string x, int y ); 
00024         void printDouble( string x, double y ); 
00026 }

Generated on Sat Oct 13 17:34:42 2007 for R-Tree by  doxygen 1.5.2