The actual function holder. More...
#include <qtopengl_user_functions.h>


Public Types | |
| typedef void(USER_IMPL::* | TFunction) (ENTITY &) | 
Public Member Functions | |
| CFunctionHolderImpl (TFunction t_function) | |
Public Attributes | |
| TFunction | Function | 
The actual function holder.
This template class holds a pointer to a user-defined method.
| USER_IMPL | A user-defined subclass of CQTOpenGLUserFunctions. | 
| ENTITY | The entity type to pass as a parameter to the user-defined method. | 
Definition at line 391 of file qtopengl_user_functions.h.
| typedef void(USER_IMPL::* argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY >::TFunction) (ENTITY &) | 
Definition at line 393 of file qtopengl_user_functions.h.
      
  | 
  inline | 
Definition at line 395 of file qtopengl_user_functions.h.
| TFunction argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY >::Function | 
Definition at line 394 of file qtopengl_user_functions.h.