|
| | DtDefinedDatatypeRep (bool useImplicitPadding) |
| | Default Constructor. More...
|
| |
| virtual | ~DtDefinedDatatypeRep () |
| | Destructor. More...
|
| |
| virtual DtString | stringRep (const void *ptr, int *size, DtObjectHistory *hist) const =0 |
| |
| virtual DtStringTree * | createTreeRep (const void *ptr, int *size=0, DtObjectHistory *hist=0) const =0 |
| |
| virtual DtString | originalStringRep (const void *ptr, int *size=0, DtObjectHistory *hist=0) const =0 |
| |
| | DtDatatypeRep (bool useImplicitPadding) |
| |
| | DtDatatypeRep (const DtDatatypeRep &orig) |
| | Copy Constructor. More...
|
| |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| | Assignment Operator. More...
|
| |
| virtual const char * | datatype () const =0 |
| |
| virtual DtString | stringRep (const void *ptr, int *size=0) const =0 |
| | Given a byte string, returns a character string in a format that is easily read by a person. More...
|
| |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const =0 |
| | The reverse of string rep, given a character string, this returns an unformatted byte stream. More...
|
| |
| virtual int | byteAlignment () const =0 |
| | The alignment size in bytes for this representation. More...
|
| |
| DtDefinedDatatypeRep::DtDefinedDatatypeRep |
( |
bool |
useImplicitPadding | ) |
|
| virtual DtDefinedDatatypeRep::~DtDefinedDatatypeRep |
( |
| ) |
|
|
virtual |
Find location byte stream and return pointer to buffer.
The documentation for this class was generated from the following file: