gfactory
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CDynamicLibHelper that loads a shared library and holds its POSIX handle
 CGBase< Car > [external]
 CCarExample base class used to demonstrate dynamic factory loading
 CFordExample dynamically-loadable Car implementation
 CTeslaExample dynamically-loadable Car implementation
 CGBase< GManager > [external]
 CGManagerFactory registry and dynamic-library manager for run-time creation of plugin objects
 CGBase< Shape > [external]
 CShapeExample base class used to demonstrate static factory registration
 CBoxExample concrete Shape implementation used in static registration
 CTriangleExample concrete Shape implementation used in static registration
 CGFactoryBaseType-erased factory interface used by GManager
 CGFactory< T >Concrete factory that creates objects of type T