The actual vtable.
More...
#include <vtable.h>
|
template<typename DERIVED > |
void | Add (FUNCTION t_function) |
|
FUNCTION | operator[] (size_t un_index) const |
|
size_t | Size () const |
|
template<typename CONTEXT, typename BASE, typename FUNCTION>
class argos::CVTable< CONTEXT, BASE, FUNCTION >
The actual vtable.
Definition at line 155 of file vtable.h.
◆ Add()
template<typename CONTEXT , typename BASE , typename FUNCTION >
template<typename DERIVED >
void argos::CVTable< CONTEXT, BASE, FUNCTION >::Add |
( |
FUNCTION |
t_function | ) |
|
|
inline |
◆ operator[]()
template<typename CONTEXT , typename BASE , typename FUNCTION >
FUNCTION argos::CVTable< CONTEXT, BASE, FUNCTION >::operator[] |
( |
size_t |
un_index | ) |
const |
|
inline |
◆ Size()
template<typename CONTEXT , typename BASE , typename FUNCTION >
The documentation for this class was generated from the following file: