proj home

Files   Classes   Functions   Hierarchy  

cube.cpp File Reference

#include <iostream>
#include <fstream>
#include <cube.h>

Include dependency graph for cube.cpp:

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &os, cube const &cb)


Function Documentation

ostream& operator<< ( ostream os,
cube const &  cb 
)

Definition at line 191 of file cube.cpp.

References cube::print().

00192 { 
00193   return cb.print(os); 
00194 }


Generated on Fri Mar 4 00:49:36 2011 for Chelton Evans Source by  doxygen 1.5.8