TableCell is the data type that composes the Table class cells.
More...
#include <Table.hpp>
TableCell is the data type that composes the Table class cells.
Definition at line 29 of file Table.hpp.
Bial::TableCell::TableCell |
( |
| ) |
|
Basic Constructor.
- Date
- 2015/May/25
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::TableCell::TableCell |
( |
int |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
Bial::TableCell::TableCell |
( |
float |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
Bial::TableCell::TableCell |
( |
std::string |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
Copy Constructors.
- Date
- 2015/May/25
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::TableCell::~TableCell |
( |
| ) |
|
|
inline |
Basic Destructor.
- Date
- 2015/May/25
- Parameters
-
- Returns
- none.
- Warning
- none.
Definition at line 87 of file Table.hpp.
float Bial::TableCell::Flt |
( |
| ) |
const |
Returns the value contained in this cell.
- Date
- 2015/May/25
- Parameters
-
- Returns
- Value of internal cell data.
- Warning
- none.
int Bial::TableCell::Int |
( |
| ) |
const |
Returns the value contained in this cell.
- Date
- 2015/May/25
- Parameters
-
- Returns
- Value of internal cell data.
- Warning
- none.
void Bial::TableCell::operator= |
( |
int |
data | ) |
|
assignment operator.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
void Bial::TableCell::operator= |
( |
float |
data | ) |
|
assignment operator.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
void Bial::TableCell::operator= |
( |
std::string |
data | ) |
|
assignment operator.
- Date
- 2015/May/25
- Parameters
-
data | data to be inserted into the cell. |
- Returns
- none.
- Warning
- none.
std::string Bial::TableCell::Str |
( |
| ) |
const |
Returns the value contained in this cell.
- Date
- 2015/May/25
- Parameters
-
- Returns
- Value of internal cell data.
- Warning
- none.
Returns the current data type of this cell.
- Date
- 2015/May/25
- Parameters
-
- Returns
- The current data type from this cell.
- Warning
- none.
The documentation for this class was generated from the following file: