#include <col_handling_rep.hpp>


Public Member Functions | |
| avgHandler (int column, string name, string tuple, rep_base &in) | |
| ~avgHandler () | |
| avgHandler (sumHandler &in) | |
| virtual bool | operator() (int ev, string groupName) |
| virtual bool | operator() (int ev) |
| avgHandler (int column, string name, string tuple, rep_base &in) | |
| ~avgHandler () | |
| avgHandler (sumHandler &in) | |
| virtual bool | operator() (int ev, string groupName) |
| virtual bool | operator() (int ev) |
Public Attributes | |
| string | lastGroupName |
| group_sums | sums |
| group_counts | counts |
Private Attributes | |
| double | sum |
| int | count |
| int | fieldType |
Definition at line 764 of file col_handling_rep.hpp.
| avgHandler::avgHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 778 of file col_handling_rep.hpp.
| avgHandler::~avgHandler | ( | ) | [inline] |
Definition at line 782 of file col_handling_rep.hpp.
| avgHandler::avgHandler | ( | sumHandler & | in | ) | [inline] |
Definition at line 783 of file col_handling_rep.hpp.
| avgHandler::avgHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 778 of file col_handling_rep.hpp.
| avgHandler::~avgHandler | ( | ) | [inline] |
Definition at line 782 of file col_handling_rep.hpp.
| avgHandler::avgHandler | ( | sumHandler & | in | ) | [inline] |
Definition at line 783 of file col_handling_rep.hpp.
| virtual bool avgHandler::operator() | ( | int | ev, | |
| string | groupName | |||
| ) | [inline, virtual] |
Definition at line 786 of file col_handling_rep.hpp.
References ocString::append(), counts, col_handling_rep::formatValue(), colHandler::m_column, colHandler::m_repBase, rep_base::part(), col_handling_rep::prerow_event, ocString::replace(), sums, and rep_base::webIO.
| virtual bool avgHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented from colHandler.
Definition at line 813 of file col_handling_rep.hpp.
References ocString::append(), col_handling_rep::commence_event, col_handling_rep::complete_event, count, counts, col_handling_rep::field_event, basicField::format(), col_handling_rep::formatValue(), openRS::getField(), col_handling_rep::getRS(), colHandler::m_column, colHandler::m_repBase, rep_base::part(), ocString::replace(), sum, sums, and rep_base::webIO.
| virtual bool avgHandler::operator() | ( | int | ev, | |
| string | groupName | |||
| ) | [inline, virtual] |
Definition at line 786 of file col_handling_rep.hpp.
References ocString::append(), counts, col_handling_rep::formatValue(), colHandler::m_column, colHandler::m_repBase, rep_base::part(), col_handling_rep::prerow_event, ocString::replace(), sums, and rep_base::webIO.
| virtual bool avgHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented from colHandler.
Definition at line 813 of file col_handling_rep.hpp.
References ocString::append(), col_handling_rep::commence_event, col_handling_rep::complete_event, count, counts, col_handling_rep::field_event, basicField::format(), col_handling_rep::formatValue(), openRS::getField(), col_handling_rep::getRS(), colHandler::m_column, colHandler::m_repBase, rep_base::part(), ocString::replace(), sum, sums, and rep_base::webIO.
double avgHandler::sum [private] |
int avgHandler::count [private] |
int avgHandler::fieldType [private] |
Definition at line 771 of file col_handling_rep.hpp.
| string avgHandler::lastGroupName |
Definition at line 775 of file col_handling_rep.hpp.
Referenced by groupHandler::commence(), and operator()().
Definition at line 776 of file col_handling_rep.hpp.
Referenced by groupHandler::commence(), and operator()().
1.5.5