Platform_FileSystem_Device Class Reference
[Platform]
Platform independent abstraction of a file system device.
More...
Inheritance diagram for Platform_FileSystem_Device:

Public Member Functions | |
| virtual | ~Platform_FileSystem_Device () |
| virtual const char * | GetName () const =0 |
Detailed Description
Platform independent abstraction of a file system device.Provides access to the name of a file system device. This will be platform specific.
Definition at line 21 of file Platform_FileSystem_Device.h.
Constructor & Destructor Documentation
| virtual Platform_FileSystem_Device::~Platform_FileSystem_Device | ( | ) | [virtual] |
Destructor
Definition at line 28 of file Platform_FileSystem_Device.h.
Member Function Documentation
| virtual const char* Platform_FileSystem_Device::GetName | ( | ) | const [pure virtual] |
Retrieves the name of this device
- Returns:
- The name of the device
Implemented in Platform_Win32_FileSystem_Device.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
