FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
ziptree.h File Reference
#include <string>
#include <vector>
#include <ostream>
+ Include dependency graph for ziptree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFE::ZipTree
 

Namespaces

 FIFE
 

Functions

std::ostream & operator<< (std::ostream &os, const FIFE::ZipTree &zipTree)
 debug stream for a zip tree useful for debugging More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const FIFE::ZipTree zipTree 
)

debug stream for a zip tree useful for debugging

Parameters
osoutput stream
zipTreethe ZipTree to output
Returns
os output stream to allow for chaining

Definition at line 125 of file ziptree.cpp.

References FIFE::ZipTree::getRootNode().