FactoryEntry class. More...
Public Member Functions | |
| FactoryEntry () | |
| FactoryEntry (Creator creator, Destructor destructor) | |
| Constructor. | |
Public Attributes | |
| Creator | creator_ |
| Destructor | destructor_ |
FactoryEntry class.
Definition at line 363 of file coil/common/Factory.h.
| coil::Factory< AbstractClass, Identifier, Compare, Creator, Destructor >::FactoryEntry::FactoryEntry | ( | ) | [inline, explicit] |
Definition at line 366 of file coil/common/Factory.h.
| coil::Factory< AbstractClass, Identifier, Compare, Creator, Destructor >::FactoryEntry::FactoryEntry | ( | Creator | creator, |
| Destructor | destructor | ||
| ) | [inline] |
Constructor.
Constructor
| creator | Functor for creator. |
| destructor | Functor for destructor. |
Definition at line 391 of file coil/common/Factory.h.
| Creator coil::Factory< AbstractClass, Identifier, Compare, Creator, Destructor >::FactoryEntry::creator_ |
Definition at line 395 of file coil/common/Factory.h.
| Destructor coil::Factory< AbstractClass, Identifier, Compare, Creator, Destructor >::FactoryEntry::destructor_ |
Definition at line 396 of file coil/common/Factory.h.