#include "rep_base.hpp"#include "Report_Params_ui.h"


Go to the source code of this file.
Classes | |
| class | formatHandler |
| class | formatString |
| class | formatCurrency |
| class | formatDate |
| class | formatInteger |
| class | formatDecimal |
| class | colHandler |
| class | col_handling_rep |
| class | spawnHandler |
| class | lookupHandler |
| class | sumHandler |
| class | avgHandler |
| class | groupHandler |
Typedefs | |
| typedef map< int, class formatHandler * > | formatMap |
| The format handler map. | |
| typedef map< int, class colHandler * > | colHandlerMap |
| has to be a pointer collection for the derived classes sake | |
| typedef map< string, string > | lookups |
| typedef map< string, lookups > | qryLookups |
| typedef map< string, double > | group_sums |
| typedef map< string, int > | group_counts |
| typedef map< int, class colHandler* > colHandlerMap |
has to be a pointer collection for the derived classes sake
Definition at line 162 of file col_handling_rep.hpp.
| typedef map< int, class formatHandler* > formatMap |
| typedef map< string, int > group_counts |
Definition at line 763 of file col_handling_rep.hpp.
| typedef map< string, double > group_sums |
Definition at line 690 of file col_handling_rep.hpp.
| typedef map< string, string > lookups |
Definition at line 627 of file col_handling_rep.hpp.
| typedef map< string, lookups > qryLookups |
Definition at line 628 of file col_handling_rep.hpp.
1.5.5