Class hierarchy Compound list Header files Member list
dimeInt32Record Class Reference
The dimeInt32Record class is a container class for 32-bit integer records. More...
#include <Int32Record.h>
Inherits dimeRecord.
List of all members.
Public Members
- dimeInt32Record (const int group_code = 90, const int32 val = 0)
- virtual dimeRecord* copy (dimeMemHandler * const mh) const
- virtual void setValue (const dimeParam ¶m, dimeMemHandler * const memhandler = NULL)
- virtual void getValue (dimeParam ¶m) const
- int32 getValue () const
- void setValue (const int32 val)
- int typeId () const
- bool read (dimeInput * const in)
- bool write (dimeOutput * const out)
Detailed Description
The dimeInt32Record class is a container class for 32-bit integer records.
Member Function Documentation
dimeInt32Record::dimeInt32Record(const int group_code, const int32 val)
Constructor
dimeRecord* dimeInt32Record::copy(dimeMemHandler * const mh) const [virtual]
Reimplemented from dimeRecord.
void dimeInt32Record::setValue(const dimeParam ¶m, dimeMemHandler * const ) [virtual]
Reimplemented from dimeRecord.
void dimeInt32Record::getValue(dimeParam ¶m) const [virtual]
Reimplemented from dimeRecord.
int32 dimeInt32Record::getValue() const
Returns the int32 value.
void dimeInt32Record::setValue(const int32 val)
Sets the int32 value to val.
int dimeInt32Record::typeId() const
Reimplemented from dimeRecord.
bool dimeInt32Record::read(dimeInput * const in)
Reimplemented from dimeRecord.
bool dimeInt32Record::write(dimeOutput * const out)
Reimplemented from dimeRecord.
The documentation for this class was generated from the following files:
- Int32Record.cpp
- Int32Record.h