Go to the documentation of this file.
5 #ifndef BALL_CONCEPT_BASEFUNCTOR_H
6 #define BALL_CONCEPT_BASEFUNCTOR_H
8 #ifndef BALL_COMMON_GLOBAL_H
24 template <
class ArgumentType,
class ResultType>
63 template <
class FirstArgumentType,
class SecondArgumentType,
class ResultType>
115 #endif // BALL_CONCEPT_BASEFUNCTOR_H
ArgumentType argument_type
FirstArgumentType * first_argument_pointer
const typedef SecondArgumentType * const_second_argument_pointer
FirstArgumentType first_argument_type
FirstArgumentType & first_argument_reference
const typedef FirstArgumentType * const_first_argument_pointer
const typedef FirstArgumentType & const_first_argument_reference
const typedef SecondArgumentType & const_second_argument_reference
const typedef ArgumentType & const_argument_reference
SecondArgumentType & second_argument_reference
SecondArgumentType second_argument_type
ArgumentType & argument_reference
SecondArgumentType * second_argument_pointer
ArgumentType * argument_pointer
const typedef ArgumentType * const_argument_pointer