DataOperations< T >::Value Class Reference

Class for storing values It can store number or blank wich allows to display missing data. More...

List of all members.

Public Member Functions

 Value (T v)
 Value ()
 Class constructor. New value is blank.

Public Attributes

bool isNumber
 If true this value is number. False indicates that there is error in data file or missing data.
val
 Stored number (0 if blank).


Detailed Description

template<typename T>
class DataOperations< T >::Value

Class for storing values It can store number or blank wich allows to display missing data.

Author:
Sebstian Kłęk

Constructor & Destructor Documentation

template<typename T >
DataOperations< T >::Value::Value ( v  )  [inline]

Class constructor.

Parameters:
v number to store

template<typename T >
DataOperations< T >::Value::Value (  )  [inline]

Class constructor. New value is blank.


Member Data Documentation

template<typename T >
bool DataOperations< T >::Value::isNumber

If true this value is number. False indicates that there is error in data file or missing data.

template<typename T >
T DataOperations< T >::Value::val

Stored number (0 if blank).


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

Generated on Mon Aug 10 20:58:09 2009 for Filtertool by  doxygen 1.5.9