Binary data blob. More...
#include <DataBlob.h>
Public Member Functions | |
virtual void DILIGENT_CALL_TYPE | Resize (size_t NewSize)=0 |
Sets the size of the internal data buffer. | |
virtual size_t DILIGENT_CALL_TYPE | GetSize () const =0 |
Returns the size of the internal data buffer. | |
virtual void *DILIGENT_CALL_TYPE | GetDataPtr (size_t Offset=0)=0 |
Returns the pointer to the internal data buffer. | |
virtual const void *DILIGENT_CALL_TYPE | GetConstDataPtr (size_t Offset=0) const =0 |
Returns const pointer to the internal data buffer. | |
![]() | |
virtual void DILIGENT_CALL_TYPE | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
Queries the specific interface. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | AddRef ()=0 |
Increments the number of strong references by 1. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | Release ()=0 |
virtual IReferenceCounters *DILIGENT_CALL_TYPE | GetReferenceCounters () const =0 |
Binary data blob.