21 #ifndef _PATTERN_AGGREGATOR_H
22 #define _PATTERN_AGGREGATOR_H
28 template<
class TPatternType,
class TParamType>
31 typedef TPatternType PatternType;
32 typedef TParamType ParamType;
33 typedef typename TPatternType::DataType DataType;
36 #define DECLARE_AGGREGATOR \
37 typedef typename Aggregator::PatternType PatternType; \
38 typedef typename Aggregator::ParamType ParamType; \
39 typedef typename Aggregator::DataType DataType;
Help declaring some traits.
Definition: Aggregator.h:30