#include <col_handling_rep.hpp>


Public Member Functions | |
| colHandler (int column, string name, string tuple, rep_base &in) | |
| virtual | ~colHandler () |
| colHandler (colHandler &in) | |
| virtual bool | operator() (int ev) |
| int | column (void) |
| void | column (const int in) |
| string & | name (void) |
| void | name (const string &in) |
| rep_base & | repBase (void) |
| string & | Tuple_Section (void) |
| void | Tuple_Section (const string &in) |
| colHandler (int column, string name, string tuple, rep_base &in) | |
| virtual | ~colHandler () |
| colHandler (colHandler &in) | |
| virtual bool | operator() (int ev) |
| int | column (void) |
| void | column (const int in) |
| string & | name (void) |
| void | name (const string &in) |
| rep_base & | repBase (void) |
| string & | Tuple_Section (void) |
| void | Tuple_Section (const string &in) |
Protected Attributes | |
| int | m_column |
| string | m_name |
| rep_base & | m_repBase |
| string | m_Tuple_Section |
| rep_base & | m_repBase |
base class for col event functors
Definition at line 102 of file col_handling_rep.hpp.
| colHandler::colHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 113 of file col_handling_rep.hpp.
| virtual colHandler::~colHandler | ( | ) | [inline, virtual] |
Definition at line 122 of file col_handling_rep.hpp.
| colHandler::colHandler | ( | colHandler & | in | ) | [inline] |
Definition at line 127 of file col_handling_rep.hpp.
| colHandler::colHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 113 of file col_handling_rep.hpp.
| virtual colHandler::~colHandler | ( | ) | [inline, virtual] |
Definition at line 122 of file col_handling_rep.hpp.
| colHandler::colHandler | ( | colHandler & | in | ) | [inline] |
Definition at line 127 of file col_handling_rep.hpp.
| virtual bool colHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented in spawnHandler, lookupHandler, sumHandler, avgHandler, groupHandler, spawnHandler, lookupHandler, sumHandler, avgHandler, and groupHandler.
Definition at line 136 of file col_handling_rep.hpp.
| int colHandler::column | ( | void | ) | [inline] |
Definition at line 143 of file col_handling_rep.hpp.
References m_column.
Referenced by col_handling_rep::addHandler().
| void colHandler::column | ( | const int | in | ) | [inline] |
| string& colHandler::name | ( | void | ) | [inline] |
| void colHandler::name | ( | const string & | in | ) | [inline] |
| rep_base& colHandler::repBase | ( | void | ) | [inline] |
| string& colHandler::Tuple_Section | ( | void | ) | [inline] |
Definition at line 156 of file col_handling_rep.hpp.
References m_Tuple_Section.
Referenced by lookupHandler::operator()().
| void colHandler::Tuple_Section | ( | const string & | in | ) | [inline] |
| virtual bool colHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented in spawnHandler, lookupHandler, sumHandler, avgHandler, groupHandler, spawnHandler, lookupHandler, sumHandler, avgHandler, and groupHandler.
Definition at line 136 of file col_handling_rep.hpp.
| int colHandler::column | ( | void | ) | [inline] |
| void colHandler::column | ( | const int | in | ) | [inline] |
| string& colHandler::name | ( | void | ) | [inline] |
| void colHandler::name | ( | const string & | in | ) | [inline] |
| rep_base& colHandler::repBase | ( | void | ) | [inline] |
| string& colHandler::Tuple_Section | ( | void | ) | [inline] |
| void colHandler::Tuple_Section | ( | const string & | in | ) | [inline] |
int colHandler::m_column [protected] |
Definition at line 106 of file col_handling_rep.hpp.
Referenced by column(), groupHandler::commence(), groupHandler::operator()(), avgHandler::operator()(), sumHandler::operator()(), lookupHandler::operator()(), groupHandler::pre(), groupHandler::preGroups(), and groupHandler::preSums().
string colHandler::m_name [protected] |
rep_base& colHandler::m_repBase [protected] |
Definition at line 108 of file col_handling_rep.hpp.
Referenced by groupHandler::operator()(), avgHandler::operator()(), sumHandler::operator()(), lookupHandler::operator()(), spawnHandler::operator()(), groupHandler::pre(), groupHandler::preSums(), and repBase().
string colHandler::m_Tuple_Section [protected] |
rep_base& colHandler::m_repBase [protected] |
Definition at line 108 of file col_handling_rep.hpp.
1.5.5