5 #ifndef BALL_CONCEPT_PROCESSOR_H
6 #define BALL_CONCEPT_PROCESSOR_H
12 #ifndef BALL_CONCEPT_BASEFUNCTOR_H
16 #ifndef BALL_COMMON_GLOBAL_H
146 template <
typename T1,
typename T2>
204 template <
typename T1,
typename T2>
251 #ifdef BALL_COMPILER_MSVC
258 #endif // BALL_CONCEPT_PROCESSOR_H
virtual Processor::Result operator()(const T &)
#define BALL_CREATE(name)
virtual Processor::Result operator()(const T1 &, const T2 &)
virtual ~BinaryProcessor()
virtual ~UnaryProcessor()
virtual Processor::Result operator()(T1 &, T2 &)
virtual Processor::Result operator()(T &)