Class Ase::BlobImpl
Inherited by the following classes: Ase::ByteBlob, Ase::StringBlob
Public Attributes
Type | Name |
---|---|
const char * | data_ |
String | name_ |
size_t | size_ |
Public Functions
Type | Name |
---|---|
BlobImpl (const String & name, size_t dsize, const char * data) |
|
virtual String | string () = 0 |
virtual | ~BlobImpl () |
Public Attributes Documentation
variable data_
const char* Ase::BlobImpl::data_;
variable name_
String Ase::BlobImpl::name_;
variable size_
size_t Ase::BlobImpl::size_;
Public Functions Documentation
function BlobImpl
inline explicit Ase::BlobImpl::BlobImpl (
const String & name,
size_t dsize,
const char * data
)
function string
virtual String Ase::BlobImpl::string () = 0
function ~BlobImpl
inline virtual Ase::BlobImpl::~BlobImpl ()
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/blob.cc