OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
The class for attribute cells with a string value. More...
#include <AttCell.h>
Public Member Functions | |
AttString () | |
virtual | ~AttString () |
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 | setString (const std::string &) |
Store the value. More... | |
![]() | |
AttCell () | |
virtual | ~AttCell () |
virtual void | setReal (double) |
Store the value. More... | |
Private Member Functions | |
AttString (const AttString &) | |
void | operator= (const AttString &) |
Private Attributes | |
std::string | itsValue |
AttString::AttString | ( | ) |
Definition at line 45 of file AttCell.cpp.
|
virtual |
Definition at line 50 of file AttCell.cpp.
|
private |
|
virtual |
Clear the value.
Implements AttCell.
Definition at line 54 of file AttCell.cpp.
References itsValue.
|
private |
|
virtual |
|
virtual |
Print the attribute value.
Implements AttCell.
Definition at line 64 of file AttCell.cpp.
References itsValue.
|
virtual |
Store the value.
Reimplemented from AttCell.
Definition at line 73 of file AttCell.cpp.
References itsValue.
|
private |
Definition at line 131 of file AttCell.h.
Referenced by clearValue(), printValue(), and setString().