Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.res.file
Namespace ERR

   in archive.h
   in compression.h
   in file.h
   in file_io.h
   in path.h
   in trace.h
   in vfs_mount.h
   in vfs_tree.h

namespace ERR

========================================================================= File : archive.h Project : 0 A.D. Description : provide access to archive "resources". allows : opening, reading from, and creating them. =========================================================================


Field Summary
 const LibError ALREADY_MOUNTED
          
 const LibError COMPRESSION_UNKNOWN_METHOD
          
 const LibError DIR_END
          
 const LibError FILE_ACCESS
          
 const LibError FILE_NOT_MAPPED
          
 const LibError IO
          
 const LibError IO_EOF
          
 const LibError IS_COMPRESSED
          
 const LibError MOUNT_INVALID_TYPE
          
 const LibError NOT_MOUNTED
          
 const LibError ROOT_DIR_ALREADY_SET
          
 const LibError TNODE_NOT_FOUND
          
 const LibError TNODE_WRONG_TYPE
          
 const LibError TRACE_EMPTY
          
 

Field Detail

ALREADY_MOUNTED

public const LibError ALREADY_MOUNTED;

COMPRESSION_UNKNOWN_METHOD

public const LibError COMPRESSION_UNKNOWN_METHOD;

DIR_END

public const LibError DIR_END;

FILE_ACCESS

public const LibError FILE_ACCESS;

FILE_NOT_MAPPED

public const LibError FILE_NOT_MAPPED;

IO

public const LibError IO;

IO_EOF

public const LibError IO_EOF;

IS_COMPRESSED

public const LibError IS_COMPRESSED;

MOUNT_INVALID_TYPE

public const LibError MOUNT_INVALID_TYPE;

NOT_MOUNTED

public const LibError NOT_MOUNTED;

ROOT_DIR_ALREADY_SET

public const LibError ROOT_DIR_ALREADY_SET;

TNODE_NOT_FOUND

public const LibError TNODE_NOT_FOUND;

TNODE_WRONG_TYPE

public const LibError TNODE_WRONG_TYPE;

TRACE_EMPTY

public const LibError TRACE_EMPTY;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD