Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
| CDynamicLib | Helper that loads a shared library and holds its POSIX handle |
| ▼CGBase< Car > [external] | |
| ▼CCar | Example base class used to demonstrate dynamic factory loading |
| CFord | Example dynamically-loadable Car implementation |
| CTesla | Example dynamically-loadable Car implementation |
| ▼CGBase< GManager > [external] | |
| CGManager | Factory registry and dynamic-library manager for run-time creation of plugin objects |
| ▼CGBase< Shape > [external] | |
| ▼CShape | Example base class used to demonstrate static factory registration |
| CBox | Example concrete Shape implementation used in static registration |
| CTriangle | Example concrete Shape implementation used in static registration |
| ▼CGFactoryBase | Type-erased factory interface used by GManager |
| CGFactory< T > | Concrete factory that creates objects of type T |