#include <CTableCell.h>
◆ CTableCell() [1/2]
CTableCell::CTableCell |
( |
const char & |
separator = '\t' | ) |
|
Default constructor
- Parameters
-
const | char & separator (default: '\t') |
◆ CTableCell() [2/2]
Copy constructor
- Parameters
-
◆ ~CTableCell()
CTableCell::~CTableCell |
( |
| ) |
|
◆ getName()
const std::string & CTableCell::getName |
( |
| ) |
const |
Retrieve the name.
- Returns
- const std::string & name
References mName.
◆ getSeparator()
const char & CTableCell::getSeparator |
( |
| ) |
const |
Retreive the separator
- Returns
- const char & separator
References mSeparator.
◆ getValue()
const C_FLOAT64 & CTableCell::getValue |
( |
| ) |
const |
Retrieve the value.
- Returns
- const C_FLOAT64 & value
References mValue.
◆ isEmpty()
const bool & CTableCell::isEmpty |
( |
| ) |
const |
Check whether a cell contains any data. A cell is considered empty when it only contains whitespace charaters.
References mIsEmpty.
◆ isValue()
const bool & CTableCell::isValue |
( |
| ) |
const |
Check whether the cell contains a numeric value
- Returns
- bool isValue
References mIsValue.
◆ setSeparator()
bool CTableCell::setSeparator |
( |
const char & |
separator | ) |
|
Set the separator
- Parameters
-
- Returns
- bool success
References mSeparator.
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
CTableCell & |
cell |
|
) |
| |
|
friend |
Formated stream input operator
- Parameters
-
- Returns
- std::istream &
◆ mIsEmpty
bool CTableCell::mIsEmpty |
|
private |
◆ mIsValue
bool CTableCell::mIsValue |
|
private |
◆ mName
std::string CTableCell::mName |
|
private |
◆ mSeparator
char CTableCell::mSeparator |
|
private |
◆ mValue
The documentation for this class was generated from the following files: