DtAnyValue is a base class for Any Value type.
More...
Public Member Functions |
| | DtAnyValue () |
| | Inline function provided to work around solaris compiler issue.
|
| virtual | ~DtAnyValue () |
| | Inline function provided to work around solaris compiler issue.
|
| virtual DtAnyValue * | clone () const =0 |
| virtual bool | sameType (const DtAnyValue *const base) const |
| | Inline function provided to work around solaris compiler issue.
|
| virtual const DtString & | type () const =0 |
| virtual DtString | serialize () const =0 |
| virtual int | typeId () const =0 |
Detailed Description
DtAnyValue is a base class for Any Value type.
Constructor & Destructor Documentation
| MAKLogger::DtAnyValue::DtAnyValue |
( |
| ) |
|
|
inline |
Inline function provided to work around solaris compiler issue.
| virtual MAKLogger::DtAnyValue::~DtAnyValue |
( |
| ) |
|
|
inlinevirtual |
Inline function provided to work around solaris compiler issue.
Member Function Documentation
| virtual DtAnyValue* MAKLogger::DtAnyValue::clone |
( |
| ) |
const |
|
pure virtual |
| virtual bool MAKLogger::DtAnyValue::sameType |
( |
const DtAnyValue *const |
base | ) |
const |
|
inlinevirtual |
Inline function provided to work around solaris compiler issue.
References typeId().
| virtual DtString MAKLogger::DtAnyValue::serialize |
( |
| ) |
const |
|
pure virtual |
| virtual const DtString& MAKLogger::DtAnyValue::type |
( |
| ) |
const |
|
pure virtual |
| virtual int MAKLogger::DtAnyValue::typeId |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: