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 411 of file qtopengl_user_functions.h.
typedef void(USER_IMPL::* argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY >::TFunction) (ENTITY &) |
Definition at line 413 of file qtopengl_user_functions.h.
|
inline |
Definition at line 415 of file qtopengl_user_functions.h.
TFunction argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY >::Function |
Definition at line 414 of file qtopengl_user_functions.h.