LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
Used for automatic registration. More...
#include <factory.h>
Public Types | |
typedef OF | Factory |
factory type | |
typedef Factory::Creator | Creator |
creator type | |
typedef Factory::Index | Index |
index type | |
Public Member Functions | |
AutoReger (Factory &fact, Creator creator, const Index &idx) | |
register creator with index More... | |
virtual | ~AutoReger () |
deregister the create | |
![]() | |
RegHolderImpl () | |
constructor | |
virtual | ~RegHolderImpl () |
virtual destructor | |
Used for automatic registration.
NOTE: Auto registration Cannot be used in dynamic libraries
|
inline |
register creator with index
fact | reference to the factory |
creator | creator object |
idx | index value |