OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
LowLevelFile Class Reference

#include <lowlevelfile.hpp>

Collaboration diagram for LowLevelFile:

Public Member Functions

 LowLevelFile ()
 
 ~LowLevelFile ()
 
void open (char const *filename)
 
void close ()
 
size_t size ()
 
void seek (size_t Position)
 
size_t tell ()
 
size_t read (void *data, size_t size)
 

Private Attributes

FILE * mHandle
 

Constructor & Destructor Documentation

LowLevelFile::LowLevelFile ( )
LowLevelFile::~LowLevelFile ( )

Member Function Documentation

void LowLevelFile::close ( )
void LowLevelFile::open ( char const *  filename)

Here is the caller graph for this function:

size_t LowLevelFile::read ( void *  data,
size_t  size 
)

Here is the caller graph for this function:

void LowLevelFile::seek ( size_t  Position)

Here is the caller graph for this function:

size_t LowLevelFile::size ( )

Here is the caller graph for this function:

size_t LowLevelFile::tell ( )

Here is the caller graph for this function:

Member Data Documentation

FILE* LowLevelFile::mHandle
private

The documentation for this class was generated from the following files: