![]() |
MAK Data Logger API Documentation for DIS
|
OMT Datatype of type Long - in network format which means Big Endian representation. More...
Inheritance diagram for DtLongDatatypeRep:
Collaboration diagram for DtLongDatatypeRep:Public Member Functions | |
| DtLongDatatypeRep (bool unsign=false) | |
| Default Constructor. | |
| virtual | ~DtLongDatatypeRep () |
| Destructor. | |
| DtLongDatatypeRep (const DtLongDatatypeRep &orig) | |
| Copy Constructor. | |
| DtLongDatatypeRep & | operator= (const DtLongDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual long long | longVal (const void *) const |
| virtual unsigned long long | unsignedLongVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
| virtual void | setUnsigned (bool) |
Protected Attributes | |
| bool | myIsUnsigned |
OMT Datatype of type Long - in network format which means Big Endian representation.
| DtLongDatatypeRep::DtLongDatatypeRep | ( | bool | unsign = false | ) |
Default Constructor.
|
virtual |
Destructor.
| DtLongDatatypeRep::DtLongDatatypeRep | ( | const DtLongDatatypeRep & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
Reimplemented in DtLongLEDatatypeRep.
|
virtual |
Implements DtNumberDatatypeRep.
Reimplemented in DtLongLEDatatypeRep.
| DtLongDatatypeRep& DtLongDatatypeRep::operator= | ( | const DtLongDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Reimplemented in DtLongLEDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtLongLEDatatypeRep.
|
virtual |
Reimplemented in DtLongLEDatatypeRep.
|
protected |