#include <CTableCell.h>
List of all members.
Constructor & Destructor Documentation
CTableCell::CTableCell |
( |
const char & |
separator = '\t' | ) |
|
Default constructor
- Parameters:
-
const | char & separator (default: '') |
Copy constructor
- Parameters:
-
CTableCell::~CTableCell |
( |
| ) |
|
Member Function Documentation
const std::string & CTableCell::getName |
( |
| ) |
const |
Retrieve the name.
- Returns:
- const std::string & name
const char & CTableCell::getSeparator |
( |
| ) |
const |
Retreive the separator
- Returns:
- const char & separator
const C_FLOAT64 & CTableCell::getValue |
( |
| ) |
const |
Retrieve the value.
- Returns:
- const C_FLOAT64 & value
const bool & CTableCell::isEmpty |
( |
| ) |
const |
Check whether a cell contains any data. A cell is considered empty when it only contains whitespace charaters.
const bool & CTableCell::isValue |
( |
| ) |
const |
Check whether the cell contains a numeric value
- Returns:
- bool isValue
bool CTableCell::setSeparator |
( |
const char & |
separator | ) |
|
Set the separator
- Parameters:
-
- Returns:
- bool success
Friends And Related Function Documentation
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
CTableCell & |
cell |
|
) |
| [friend] |
Formated stream input operator
- Parameters:
-
- Returns:
- std::istream &
The documentation for this class was generated from the following files: