Scanframe Modular Application 0.1.0
|
Type of registered entry in the list. More...
#include <TClassRegistration.h>
Public Member Functions | |
entry_t (const char *name, const char *description, const callback_t &callback) | |
Constructor. | |
entry_t (const entry_t &e) | |
Copy constructor. | |
Public Attributes | |
const char * | _name |
Holds registered name. | |
const char * | _description |
Holds registered description. | |
callback_t | _callback |
Holds the passed callback function. | |
Type of registered entry in the list.
|
inline |
Constructor.
|
inline |
Copy constructor.
callback_t sf::TClassRegistration< T, P >::entry_t::_callback |
Holds the passed callback function.
const char* sf::TClassRegistration< T, P >::entry_t::_description |
Holds registered description.
const char* sf::TClassRegistration< T, P >::entry_t::_name |
Holds registered name.