Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Public Member Functions
platform::FileSystemFactory Class Reference

#include <FileSystemFactory.h>

List of all members.

Public Member Functions

virtual FileSystemcreateFileSystem (const std::string &path)=0
 Creates a new file system.
virtual void destroyFileSystem (FileSystem *fs)=0
 Destroys a file system which was created by this factory.

Member Function Documentation

virtual FileSystem* platform::FileSystemFactory::createFileSystem ( const std::string &  path) [pure virtual]

Creates a new file system.

Referenced by platform::PlatformManager::createFileSystem().

virtual void platform::FileSystemFactory::destroyFileSystem ( FileSystem fs) [pure virtual]

Destroys a file system which was created by this factory.

Referenced by platform::PlatformManager::removeAllFileSystems(), and platform::PlatformManager::removeFileSystem().


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

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:08 by Doxygen (1.7.4)