OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
The class for attribute cells with a real value. More...
#include <AttCell.h>
Public Member Functions | |
AttReal () | |
virtual | ~AttReal () |
virtual void | clearValue () |
Clear the value. More... | |
virtual void | printFormat (std::ostream &os) const |
Print the attribute format. More... | |
virtual void | printValue (std::ostream &os) const |
Print the attribute value. More... | |
virtual void | setReal (double) |
Store the value. More... | |
![]() | |
AttCell () | |
virtual | ~AttCell () |
virtual void | setString (const std::string &) |
Store the value. More... | |
Private Member Functions | |
AttReal (const AttReal &) | |
void | operator= (const AttReal &) |
Private Attributes | |
double | itsValue |
AttReal::AttReal | ( | ) |
Definition at line 81 of file AttCell.cpp.
|
virtual |
Definition at line 86 of file AttCell.cpp.
|
private |
|
virtual |
Clear the value.
Implements AttCell.
Definition at line 90 of file AttCell.cpp.
References itsValue.
|
private |
|
virtual |
|
virtual |
Print the attribute value.
Implements AttCell.
Definition at line 100 of file AttCell.cpp.
References itsValue.
|
virtual |
Store the value.
Reimplemented from AttCell.
Definition at line 105 of file AttCell.cpp.
References itsValue.
|
private |
Definition at line 96 of file AttCell.h.
Referenced by clearValue(), printValue(), and setReal().