#include <dime/records/Int32Record.h>
Inheritance diagram for dimeInt32Record::
Public Methods | |
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) |
|
Constructor |
|
Returns a copy of this record. Reimplemented from dimeRecord. |
|
Returns the int32 value. |
|
Returns the value of this record. Reimplemented from dimeRecord. |
|
This function will read the record from the dimeInput file. Reimplemented from dimeRecord. |
|
Sets the int32 value to val. |
|
Sets the value of this record. The memory handler is needed by dimeStringRecord. Reimplemented from dimeRecord. |
|
This virtual function will return the type of the record. Reimplemented from dimeRecord. |
|
This function will write the record to the dimeOutput file. Reimplemented from dimeRecord. |