Fennel: /home/pub/open/dev/fennel/exec/AggInvocation.h Source File (original) (raw)

00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 #ifndef Fennel_AggInvocation_Included 00024 #define Fennel_AggInvocation_Included 00025 00026 #include "fennel/common/FemEnums.h" 00027 00028 FENNEL_BEGIN_NAMESPACE 00029 00036 struct FENNEL_EXEC_EXPORT AggInvocation 00037 { 00041 AggFunction aggFunction; 00042 00043
00044
00045
00050 int iInputAttr; 00051 }; 00052 00053 typedef std::vector AggInvocationList; 00054 typedef std::vector::iterator AggInvocationIter; 00055 typedef std::vector::const_iterator AggInvocationConstIter; 00056 00057 FENNEL_END_NAMESPACE 00058 00059 #endif 00060 00061