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

Go to the source code of this file.

Classes

struct  FIFE::ZipContentType
 
struct  FIFE::ZipEntryData
 
class  FIFE::ZipNode
 

Namespaces

 FIFE
 

Typedefs

typedef std::vector< ZipNode * > FIFE::ZipNodeContainer
 

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().