|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Representation of a table row reference. More...
#include <TableRowRep.h>

Public Member Functions | |
| TableRowRep () | |
| Default constructor. | |
| TableRowRep (const std::string &tab, const PlaceRep &row) | |
| Constructor. | |
| TableRowRep (const TableRowRep &) | |
| ~TableRowRep () | |
| const TableRowRep & | operator= (const TableRowRep &) |
| const std::string & | getTabName () const |
| Return the table name. | |
| PlaceRep | getPosition () const |
| Return the row position representation. | |
| void | print (std::ostream &os) const |
| Print in input format. | |
Private Attributes | |
| std::string | tabName |
| PlaceRep | position |
Representation of a table row reference.
Definition at line 35 of file TableRowRep.h.
| TableRowRep::TableRowRep | ( | ) |
Default constructor.
Definition at line 25 of file TableRowRep.cpp.
| TableRowRep::TableRowRep | ( | const std::string & | tab, |
| const PlaceRep & | row | ||
| ) |
Constructor.
Definition at line 29 of file TableRowRep.cpp.
| TableRowRep::TableRowRep | ( | const TableRowRep & | rhs | ) |
Definition at line 27 of file TableRowRep.cpp.
| TableRowRep::~TableRowRep | ( | ) |
Definition at line 32 of file TableRowRep.cpp.
| PlaceRep TableRowRep::getPosition | ( | ) | const |
Return the row position representation.
Definition at line 42 of file TableRowRep.cpp.
References position.
| const std::string & TableRowRep::getTabName | ( | ) | const |
| const TableRowRep & TableRowRep::operator= | ( | const TableRowRep & | rhs | ) |
Definition at line 34 of file TableRowRep.cpp.
| void TableRowRep::print | ( | std::ostream & | os | ) | const |
Print in input format.
Definition at line 44 of file TableRowRep.cpp.
References position, and tabName.
Referenced by operator<<().
|
private |
Definition at line 62 of file TableRowRep.h.
Referenced by getPosition(), operator=(), and print().
|
private |
Definition at line 61 of file TableRowRep.h.
Referenced by getTabName(), operator=(), and print().