Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
archive.h File Reference
Include dependency graph for archive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IArchiveFile
 
struct  IArchiveReader
 
struct  IArchiveWriter
 

Namespaces

namespace  ERR
 

Typedefs

typedef std::shared_ptr< IArchiveFile > PIArchiveFile
 
typedef std::shared_ptr< IArchiveReader > PIArchiveReader
 
typedef std::shared_ptr< IArchiveWriter > PIArchiveWriter
 

Variables

const Status ERR::ARCHIVE_UNKNOWN_FORMAT = -110400
 
const Status ERR::ARCHIVE_UNKNOWN_METHOD = -110401
 

Typedef Documentation

◆ PIArchiveFile

typedef std::shared_ptr<IArchiveFile> PIArchiveFile

◆ PIArchiveReader

typedef std::shared_ptr<IArchiveReader> PIArchiveReader

◆ PIArchiveWriter

typedef std::shared_ptr<IArchiveWriter> PIArchiveWriter