![]() |
Murl Engine API
Version 2018.3
|
The IBinary resource object interface. More...
#include <murl_resource_i_binary.h>
The IBinary resource object interface.
A binary resource simply stores a raw block of data.
Public Member Functions | |
virtual IObject * | GetObjectInterface ()=0 |
Get the mutable Resource::IObject interface. More... | |
virtual const IObject * | GetObjectInterface () const =0 |
Get the constant Resource::IObject interface. More... | |
virtual const ConstData & | GetData () const =0 |
Get a data object containing the raw data. More... | |
|
pure virtual |
Get the mutable Resource::IObject interface.
|
pure virtual |
Get the constant Resource::IObject interface.
|
pure virtual |
Get a data object containing the raw data.