Falcon::FileSysData Class Reference

Class storing system specific file data. More...

#include <fstream.h>

Inheritance diagram for Falcon::FileSysData:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual FileSysDatadup ()=0
virtual ~FileSysData ()

Protected Member Functions

 FileSysData ()


Detailed Description

Class storing system specific file data.

This class is used by generic file stream to store system dependent data.

The implementors may use this class to open a file or a file-like handle with their own native preferred methods, and then store the handle inside the system-specific subclass of this class. The instance will then be passed to the appropriate Stream constructor.


Constructor & Destructor Documentation

Falcon::FileSysData::FileSysData (  )  [inline, protected]

virtual Falcon::FileSysData::~FileSysData (  )  [inline, virtual]


Member Function Documentation

virtual FileSysData* Falcon::FileSysData::dup (  )  [pure virtual]


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

Generated on Mon Oct 19 10:11:35 2009 for Falcon_Core by  doxygen 1.5.8