proj home

Files   Classes   Functions   Hierarchy  

treeindexedD2.h File Reference

#include <iostream>
#include <sstream>
#include <point.h>
#include <print.h>
#include <typedefs.h>

Include dependency graph for treeindexedD2.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  treeindexedD2< INDX >
 Binary tree with state. More...
class  treeindexedD2node< INDX >
 Binary tree node with each node having an index. More...
class  treeindexedD2noderep< INDX >

Functions

template<typename INDX >
istream & operator>> (istream &istr, treeindexedD2< INDX > &x)
template<typename INDX >
istream & operator>> (istream &istr, treeindexedD2noderep< INDX > &x)
template<typename INDX >
ostreamoperator<< (ostream &os, treeindexedD2noderep< INDX > const &x)


Function Documentation

template<typename INDX >
ostream& operator<< ( ostream os,
treeindexedD2noderep< INDX > const &  x 
) [inline]

Definition at line 205 of file treeindexedD2.h.

00208   { return os << (stringc)x; }

template<typename INDX >
istream& operator>> ( istream &  istr,
treeindexedD2noderep< INDX > &  x 
) [inline]

Definition at line 200 of file treeindexedD2.h.

References treeindexedD2noderep< INDX >::serializeInverse().

00201   { return x.serializeInverse(istr); }

template<typename INDX >
istream& operator>> ( istream &  istr,
treeindexedD2< INDX > &  x 
) [inline]

Definition at line 96 of file treeindexedD2.h.

References treeindexedD2< INDX >::serializeInverse().

00097   { return x.serializeInverse(istr); }


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