#include <eoFunctorStore.h>

Public Member Functions | |
| eoFunctorStore () | |
| Default Ctor. | |
| virtual | ~eoFunctorStore () |
| clears the memory | |
| template<class Functor> | |
| Functor & | storeFunctor (Functor *r) |
| Add an eoFunctorBase to the store. | |
Private Member Functions | |
| eoFunctorStore (const eoFunctorStore &) | |
| no copying allowed | |
| eoFunctorStore | operator= (const eoFunctorStore &) |
| no assignment allowed | |
Private Attributes | |
| std::vector< eoFunctorBase * > | vec |
This class can be used in factories to store allocated memory for dynamically created functors.
Definition at line 39 of file eoFunctorStore.h.
1.5.5