String data blob implementation.
More...
#include <StringDataBlobImpl.hpp>
|
|
virtual void DILIGENT_CALL_TYPE | Resize (size_t NewSize) override |
| | Sets the size of the internal data buffer.
|
| |
|
virtual size_t DILIGENT_CALL_TYPE | GetSize () const override |
| | Returns the size of the internal data buffer.
|
| |
|
virtual void *DILIGENT_CALL_TYPE | GetDataPtr (size_t Offset=0) override |
| | Returns the pointer to the internal data buffer.
|
| |
|
virtual const void *DILIGENT_CALL_TYPE | GetConstDataPtr (size_t Offset=0) const override |
| | Returns the pointer to the internal data buffer.
|
| |
String data blob implementation.