FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
zipnode.cpp File Reference
#include "vfs/fife_boost_filesystem.h"
#include "zipnode.h"
#include <algorithm>
+ Include dependency graph for zipnode.cpp:

Go to the source code of this file.

Namespaces

 FIFE
 

Functions

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const FIFE::ZipNode node 
)

debug stream for a zip node useful for debugging

Parameters
osoutput stream
nodethe ZipNode to output
Returns
os output stream to allow for chaining

Definition at line 252 of file zipnode.cpp.

References FIFE::ZipContentType::Directory, FIFE::ZipContentType::File, FIFE::ZipNode::getChildren(), and FIFE::ZipNode::getName().