|
FIFE
|
Include dependency graph for zipnode.cpp:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const FIFE::ZipNode &node) |
| debug stream for a zip node useful for debugging More... | |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FIFE::ZipNode & | node | ||
| ) |
debug stream for a zip node useful for debugging
| os | output stream |
| node | the ZipNode to output |
Definition at line 251 of file zipnode.cpp.
References FIFE::ZipContentType::Directory, FIFE::ZipContentType::File, FIFE::ZipNode::getChildren(), and FIFE::ZipNode::getName().