#include <condition.hh>
Public Member Functions | |
| Condition (condition_kind kind, float value, unsigned int col) | |
| Default Constructor. | |
| Condition (const Condition ©) | |
| Copy Constructor. | |
| bool | match (std::vector< Data::Column * > &data, unsigned int ind) |
| return true when an individual match a condition | |
| const unsigned int | get_col () const |
| get variable on wich condition is applied | |
| const condition_kind & | get_kind () const |
| get kind of condition | |
| const float & | get_value () const |
| get value of condition | |
| void | print (std::ostream &stream) const |
| print | |
Protected Member Functions | |
| template<typename Type> bool | Condition::_match_value (Type &value) |
| return true when a value match condition | |
Protected Attributes | |
| condition_kind | _kind |
| unsigned int | _col |
| float | _value |
Definition at line 47 of file condition.hh.
1.3.2