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 Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3