| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/openal/filedataal.h>

Public Member Functions | |
| FileDataAL (const std::string &fileName) | |
| virtual void * | getPointer (void) |
| void | setFileName (const std::string fileName) |
| const std::string & | getFileName (void) const |
| VRS_TYPEINFO (FileDataAL, BufferDataAL) | |
| VRS_SERIALIZABLE (FileDataAL) | |
Protected Member Functions | |
| FileDataAL (void) | |
| VRS::SOUND::FileDataAL::FileDataAL | ( | const std::string & | fileName | ) |
| VRS::SOUND::FileDataAL::FileDataAL | ( | void | ) | [protected] |
| virtual void* VRS::SOUND::FileDataAL::getPointer | ( | void | ) | [virtual] |
Returns pointer to data. Pointer is NULL if data creation fails.
Reimplemented from VRS::SOUND::BufferDataAL.
| void VRS::SOUND::FileDataAL::setFileName | ( | const std::string | fileName | ) |
| const std::string& VRS::SOUND::FileDataAL::getFileName | ( | void | ) | const [inline] |
| VRS::SOUND::FileDataAL::VRS_TYPEINFO | ( | FileDataAL | , | |
| BufferDataAL | ||||
| ) |
| VRS::SOUND::FileDataAL::VRS_SERIALIZABLE | ( | FileDataAL | ) |