X-Boost  2.3.8
Classes | Macros
Aggregator.h File Reference

macro used to declare a PatternAggregator More...

Go to the source code of this file.

Classes

struct  PatternAggregator< TPatternType, TParamType >
 Help declaring some traits. More...
 

Macros

#define DECLARE_AGGREGATOR
 

Detailed Description

macro used to declare a PatternAggregator

Macro Definition Documentation

#define DECLARE_AGGREGATOR
Value:
typedef typename Aggregator::PatternType PatternType; \
typedef typename Aggregator::ParamType ParamType; \
typedef typename Aggregator::DataType DataType;