Pyrogenesis  trunk
Classes | Namespaces | Typedefs | Variables
archive.h File Reference
#include "lib/file/file_system.h"
#include "lib/file/common/file_loader.h"
#include "lib/file/vfs/vfs_path.h"
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

 ERR
 

Introduction


 

Typedefs

typedef shared_ptr< IArchiveFilePIArchiveFile
 
typedef shared_ptr< IArchiveReaderPIArchiveReader
 
typedef shared_ptr< IArchiveWriterPIArchiveWriter
 

Variables

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

Typedef Documentation

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