#include <BALL/CONCEPT/baseFunctor.h>
Public Types | |
Type Definitions | |
typedef ResultType | result_type |
typedef ArgumentType | argument_type |
typedef ArgumentType & | argument_reference |
typedef const ArgumentType & | const_argument_reference |
typedef ArgumentType * | argument_pointer |
typedef const ArgumentType * | const_argument_pointer |
Generic Unary Functor Class.
typedef ArgumentType* BALL::UnaryFunctor< ArgumentType, ResultType >::argument_pointer |
typedef ArgumentType& BALL::UnaryFunctor< ArgumentType, ResultType >::argument_reference |
typedef ArgumentType BALL::UnaryFunctor< ArgumentType, ResultType >::argument_type |
typedef const ArgumentType* BALL::UnaryFunctor< ArgumentType, ResultType >::const_argument_pointer |
typedef const ArgumentType& BALL::UnaryFunctor< ArgumentType, ResultType >::const_argument_reference |
typedef ResultType BALL::UnaryFunctor< ArgumentType, ResultType >::result_type |