#include <col_handling_rep.hpp>


Public Member Functions | |
| sumHandler (int column, string name, string tuple, rep_base &in) | |
| ~sumHandler () | |
| sumHandler (sumHandler &in) | |
| virtual bool | operator() (int ev, string groupName) |
| virtual bool | operator() (int ev) |
| sumHandler (int column, string name, string tuple, rep_base &in) | |
| ~sumHandler () | |
| sumHandler (sumHandler &in) | |
| virtual bool | operator() (int ev, string groupName) |
| virtual bool | operator() (int ev) |
Public Attributes | |
| string | lastGroupName |
| group_sums | sums |
Private Attributes | |
| double | sum |
| int | fieldType |
Definition at line 691 of file col_handling_rep.hpp.
| sumHandler::sumHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 703 of file col_handling_rep.hpp.
| sumHandler::~sumHandler | ( | ) | [inline] |
Definition at line 707 of file col_handling_rep.hpp.
| sumHandler::sumHandler | ( | sumHandler & | in | ) | [inline] |
Definition at line 708 of file col_handling_rep.hpp.
| sumHandler::sumHandler | ( | int | column, | |
| string | name, | |||
| string | tuple, | |||
| rep_base & | in | |||
| ) | [inline] |
Definition at line 703 of file col_handling_rep.hpp.
| sumHandler::~sumHandler | ( | ) | [inline] |
Definition at line 707 of file col_handling_rep.hpp.
| sumHandler::sumHandler | ( | sumHandler & | in | ) | [inline] |
Definition at line 708 of file col_handling_rep.hpp.
| virtual bool sumHandler::operator() | ( | int | ev, | |
| string | groupName | |||
| ) | [inline, virtual] |
Definition at line 711 of file col_handling_rep.hpp.
References ocString::append(), 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 sumHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented from colHandler.
Definition at line 728 of file col_handling_rep.hpp.
References ocString::append(), col_handling_rep::commence_event, col_handling_rep::complete_event, 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 sumHandler::operator() | ( | int | ev, | |
| string | groupName | |||
| ) | [inline, virtual] |
Definition at line 711 of file col_handling_rep.hpp.
References ocString::append(), 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 sumHandler::operator() | ( | int | ev | ) | [inline, virtual] |
Reimplemented from colHandler.
Definition at line 728 of file col_handling_rep.hpp.
References ocString::append(), col_handling_rep::commence_event, col_handling_rep::complete_event, 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 sumHandler::sum [private] |
int sumHandler::fieldType [private] |
Definition at line 697 of file col_handling_rep.hpp.
| string sumHandler::lastGroupName |
Definition at line 701 of file col_handling_rep.hpp.
Referenced by groupHandler::commence(), and operator()().
1.5.5