Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::TableCell Class Reference

TableCell is the data type that composes the Table class cells. More...

#include <Table.hpp>

Collaboration diagram for Bial::TableCell:
Collaboration graph

Public Member Functions

 TableCell ()
 Basic Constructor. More...
 
 TableCell (int data)
 Basic Constructor. More...
 
 TableCell (float data)
 Basic Constructor. More...
 
 TableCell (std::string data)
 Basic Constructor. More...
 
 TableCell (const TableCell &other)
 Copy Constructors. More...
 
 ~TableCell ()
 Basic Destructor. More...
 
TableCellType Type () const
 Returns the current data type of this cell. More...
 
void operator= (int data)
 assignment operator. More...
 
void operator= (float data)
 assignment operator. More...
 
void operator= (std::string data)
 assignment operator. More...
 
int Int () const
 Returns the value contained in this cell. More...
 
float Flt () const
 Returns the value contained in this cell. More...
 
std::string Str () const
 Returns the value contained in this cell. More...
 

Detailed Description

TableCell is the data type that composes the Table class cells.

Definition at line 29 of file Table.hpp.

Constructor & Destructor Documentation

Bial::TableCell::TableCell ( )

Basic Constructor.

Date
2015/May/25
Parameters
none.
Returns
none.
Warning
none.
Bial::TableCell::TableCell ( int  data)

Basic Constructor.

Date
2015/May/25
Parameters
datadata to be inserted into the cell.
Returns
none.
Warning
none.
Bial::TableCell::TableCell ( float  data)

Basic Constructor.

Date
2015/May/25
Parameters
datadata to be inserted into the cell.
Returns
none.
Warning
none.
Bial::TableCell::TableCell ( std::string  data)

Basic Constructor.

Date
2015/May/25
Parameters
datadata to be inserted into the cell.
Returns
none.
Warning
none.
Bial::TableCell::TableCell ( const TableCell other)

Copy Constructors.

Date
2015/May/25
Parameters
othercell to be copied.
Returns
none.
Warning
none.
Bial::TableCell::~TableCell ( )
inline

Basic Destructor.

Date
2015/May/25
Parameters
none.
Returns
none.
Warning
none.

Definition at line 87 of file Table.hpp.

Member Function Documentation

float Bial::TableCell::Flt ( ) const

Returns the value contained in this cell.

Date
2015/May/25
Parameters
none.
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
none.
Returns
Value of internal cell data.
Warning
none.
void Bial::TableCell::operator= ( int  data)

assignment operator.

Date
2015/May/25
Parameters
datadata to be inserted into the cell.
Returns
none.
Warning
none.
void Bial::TableCell::operator= ( float  data)

assignment operator.

Date
2015/May/25
Parameters
datadata to be inserted into the cell.
Returns
none.
Warning
none.
void Bial::TableCell::operator= ( std::string  data)

assignment operator.

Date
2015/May/25
Parameters
datadata 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
none.
Returns
Value of internal cell data.
Warning
none.
TableCellType Bial::TableCell::Type ( ) const

Returns the current data type of this cell.

Date
2015/May/25
Parameters
none.
Returns
The current data type from this cell.
Warning
none.

The documentation for this class was generated from the following file: