Files Classes Functions Hierarchy
#include <iostream>#include <sstream>#include <point.h>#include <print.h>#include <typedefs.h>
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 > | |
| ostream & | operator<< (ostream &os, treeindexedD2noderep< INDX > const &x) |
| ostream& operator<< | ( | ostream & | os, | |
| treeindexedD2noderep< INDX > const & | x | |||
| ) | [inline] |
| 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); }
| 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); }
1.5.8