Public Member Functions | Public Attributes

xl7::io::FileSystem Class Reference

#include <FileSystem.h>

Inheritance diagram for xl7::io::FileSystem:
xl7::errorcodes::ErrorCodeAssembly< FileSystem > cl7::designpatterns::Singleton< FileSystem >

List of all members.

Public Member Functions

 FileSystem (void)
 ~FileSystem (void)

Public Attributes

errorcodes::ErrorCode file_not_found
errorcodes::ErrorCode file_open_error
errorcodes::ErrorCode file_create_error
errorcodes::ErrorCode file_not_open
errorcodes::ErrorCode file_already_open
errorcodes::ErrorCode file_access_denied
errorcodes::ErrorCode file_read_error
errorcodes::ErrorCode file_write_error
errorcodes::ErrorCode file_cannot_read
errorcodes::ErrorCode file_cannot_write
errorcodes::ErrorCode file_bad_position
errorcodes::ErrorCode file_bad_format
errorcodes::ErrorCode file_bad_header
errorcodes::ErrorCode resource_not_found
errorcodes::ErrorCode resource_load_error
errorcodes::ErrorCode resource_lock_error
errorcodes::ErrorCode resource_not_open
errorcodes::ErrorCode resource_already_open

Constructor & Destructor Documentation

xl7::io::FileSystem::FileSystem ( void   ) 

Default constructor.

xl7::io::FileSystem::~FileSystem ( void   ) 

Destructor.


Member Data Documentation

The format of the file is invalid.

The header of the file is corrupted.

The position pointer within the file is invalid.

File could not be accessed because it is not open.

Resource could not be accessed because it is not open.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines