#include <resourcetype_raw.h>
Inheritance diagram for CL_RawResource:


Public Methods | |
| CL_RawResource (std::string name, std::string location, CL_ResourceOptions *options, CL_ResourceManager *parent) | |
| CL_RawResource (std::string name, CL_ResourceManager *parent) | |
| std::vector<unsigned char>* | get_value () |
| virtual void | load () |
| virtual void | unload () |
| virtual int | get_load_count () |
| virtual void | serialize_save (CL_OutputSource *output) |
Private Methods | |
| void | load_from_datafile () |
| void | load_from_file () |
Private Attributes | |
| std::vector<unsigned char>* | value |
| CL_String | location |
| CL_ResourceManager* | parent |
| bool | from_datafile |
| int | load_count |
|
|
|
|
|
|
|
|
Reimplemented from CL_Resource. Definition at line 79 of file resourcetype_raw.h. |
|
|
|
|
|
Reimplemented from CL_Resource. |
|
|
|
|
|
|
|
|
Reimplemented from CL_Resource. |
|
|
Reimplemented from CL_Resource. |
|
|
Definition at line 90 of file resourcetype_raw.h. |
|
|
Definition at line 91 of file resourcetype_raw.h. |
|
|
Definition at line 88 of file resourcetype_raw.h. |
|
|
Definition at line 89 of file resourcetype_raw.h. |
|
|
Definition at line 86 of file resourcetype_raw.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001