Go to the source code of this file.
Classes | |
| struct | AggInvocation |
| AggInvocation represents one call to an aggregate function. More... | |
Typedefs | |
| typedef std::vector< AggInvocation > | AggInvocationList |
| typedef std::vector< AggInvocation >::iterator | AggInvocationIter |
| typedef std::vector< AggInvocation >::const_iterator | AggInvocationConstIter |
| typedef std::vector<AggInvocation>::const_iterator AggInvocationConstIter |
Definition at line 55 of file AggInvocation.h.
| typedef std::vector<AggInvocation>::iterator AggInvocationIter |
Definition at line 54 of file AggInvocation.h.
| typedef std::vector<AggInvocation> AggInvocationList |
Definition at line 53 of file AggInvocation.h.
1.5.1