libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Classes | |
class | base |
The base factory-type. More... | |
class | clone |
A factory that manufactures a clone of an instance of the specified return-type for a specified key that has been registered with the factory. More... | |
class | creator |
A factory that manufactures a new, unique instance of the specified return-type for a specified key that has been registered with the factory. More... | |
struct | not_found |
The error information if a requested key-type is not registered with the factory. More... | |