VCF::Resource Class Reference
#include <Resource.h>
Inheritance diagram for VCF::Resource:
List of all members.
Constructor & Destructor Documentation
| VCF::Resource::Resource |
( |
void * |
data, |
|
|
const uint32 & |
size, |
|
|
const String & |
name = "" |
|
) |
|
|
|
|
the data passed in is copied - it is assumed that someone else owns it - so it is not safe to destroy.
|
| virtual VCF::Resource::~Resource |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void* VCF::Resource::getData |
( |
|
) |
|
|
| uint32 VCF::Resource::getDataSize |
( |
|
) |
|
|
| String VCF::Resource::getName |
( |
|
) |
|
|
| void VCF::Resource::setData |
( |
void * |
data |
) |
|
|
| void VCF::Resource::setName |
( |
const String & |
name |
) |
|
|
The documentation for this class was generated from the following file: