TreeNode.cc File Reference

#include "TreeNode.h"

Functions

std::ostream & operator<< (std::ostream &Stream, TreeNode t)


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
TreeNode  t 
)

00030 {
00031         return Stream << t.parent << t.destip << t.playerId << " | ";
00032 }


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1