Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Attributes | List of all members
orxonox::ConfigValueCallback< T > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/config/ConfigValueContainer.h>

Inheritance diagram for orxonox::ConfigValueCallback< T >:
orxonox::ConfigValueCallbackBase

Public Member Functions

 ConfigValueCallback (void(T::*function)(void))
 
virtual ~ConfigValueCallback ()=default
 
virtual void call (void *object) override
 
- Public Member Functions inherited from orxonox::ConfigValueCallbackBase
virtual ~ConfigValueCallbackBase ()
 

Private Attributes

void(T::* function_ )(void)
 

Constructor & Destructor Documentation

template<class T >
orxonox::ConfigValueCallback< T >::ConfigValueCallback ( void(T::*)(void function)
inline
template<class T >
virtual orxonox::ConfigValueCallback< T >::~ConfigValueCallback ( )
inlinevirtualdefault

Member Function Documentation

template<class T >
virtual void orxonox::ConfigValueCallback< T >::call ( void object)
inlineoverridevirtual

Member Data Documentation

template<class T >
void(T::* orxonox::ConfigValueCallback< T >::function_) (void)
private

The documentation for this class was generated from the following file: