#include "../Include/Common.h"
Include dependency graph for ArchiveFile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Arxx |
Classes | |
class | Arxx::ArchiveHeader |
The representation of an archive's header in a file. More... | |
class | Arxx::ItemHeader |
The memory representation of a single item. More... | |
Functions | |
std::ostream & | Arxx::operator<< (std::ostream &OStream, Arxx::ArchiveHeader &ArchiveHeader) |
The output operator for a Arxx::LibraryHeader struct. | |
std::ostream & | Arxx::operator<< (std::ostream &OStream, Arxx::ItemHeader &ItemHeader) |
The output operator for a Arxx::ItemHeaderV1000 struct. | |
std::istream & | Arxx::operator>> (std::istream &IStream, Arxx::ArchiveHeader &ArchiveHeader) |
The input operator for a Arxx::LibraryHeader struct. | |
std::istream & | Arxx::operator>> (std::istream &IStream, Arxx::ItemHeader &ItemHeader) |
The input operator for a Arxx::ItemHeaderV1000 struct. |