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
254template class BALL_EXPORT ConstUnaryProcessor<Atom>;
#define BALL_CREATE(name)
UnaryProcessor(const UnaryProcessor &)
virtual ~UnaryProcessor()
virtual Processor::Result operator()(T &)
virtual Processor::Result operator()(const T &)
virtual ~BinaryProcessor()
virtual Processor::Result operator()(T1 &, T2 &)
BinaryProcessor(const BinaryProcessor &)
virtual Processor::Result operator()(const T1 &, const T2 &)