OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::FileInfo Struct Reference

Information about a file/directory within the archive will be returned using a FileInfo struct. More...

#include <OgreArchive.h>

+ Collaboration diagram for Ogre::FileInfo:

Public Attributes

const Archivearchive
 The archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through ResourceGroupManager) More...
 
String basename
 Base filename. More...
 
size_t compressedSize
 Compressed size. More...
 
String filename
 The file's fully qualified name. More...
 
String path
 Path name; separated by '/' and ending with '/'. More...
 
size_t uncompressedSize
 Uncompressed size. More...
 

Detailed Description

Information about a file/directory within the archive will be returned using a FileInfo struct.

See also
Archive

Definition at line 53 of file OgreArchive.h.

Member Data Documentation

const Archive* Ogre::FileInfo::archive

The archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through ResourceGroupManager)

Definition at line 56 of file OgreArchive.h.

String Ogre::FileInfo::basename

Base filename.

Definition at line 62 of file OgreArchive.h.

size_t Ogre::FileInfo::compressedSize

Compressed size.

Definition at line 64 of file OgreArchive.h.

String Ogre::FileInfo::filename

The file's fully qualified name.

Definition at line 58 of file OgreArchive.h.

String Ogre::FileInfo::path

Path name; separated by '/' and ending with '/'.

Definition at line 60 of file OgreArchive.h.

size_t Ogre::FileInfo::uncompressedSize

Uncompressed size.

Definition at line 66 of file OgreArchive.h.


The documentation for this struct was generated from the following file: