C++ features by examples
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAbstract_factory
 CPrototypeFactory of himself
 CSample_factory
 CB< n >
 CBase11
 CDerived11
 CBuilder
 CChange_interface< ValueType >
 CSynchronised_encapsulated_value< ValueType >encapsulating class with only public accessor and mutator intrfaces
 CCommandEncapsulates arguments. AKA Intent, operation
 CCommon
 CVirtual_Aref
 CDiamond
 CVirtual_B
 CDiamond
 CComponentAccepts a pure virtual Visitor
 CSample_componentOne of many components is independed from Sample_visitor and implemenation of function visit
 CControllerPart of MVC with Model and View
 CFactory_method_demo
 CSample_factory_method_demo
 CGetter_interface< ValueType >
 CSynchronised_encapsulated_value< ValueType >encapsulating class with only public accessor and mutator intrfaces
 CHandlerVirtual command handler of Chain_of_responsibility
 CChain_of_responsibilityList based implementation without recursion
 CInterfaceCommon pure virtual interface
 CActive_objectActive object
 CBridgeWrapper using different from Standalone interface. AKA Adapter
 CComposite
 CDecoratorPartial wrapper of an object with same as wrapped object Interface
 CPrototypeFactory of himself
 CProxyOpaque wrapper with same as wrapped object Interface
 CSample_product
 CMediator
 CMember
 CMessage
 Cmy_integer_sequence< seq >
 CObserverVirtual observer of a Subject
 CViewConcrete Observer
 CPublisher
 Cstd::queue
 CSynchronized_queue< T, Container >
 CSetter_interface< ValueType >
 CSynchronised_encapsulated_value< ValueType >encapsulating class with only public accessor and mutator intrfaces
 CSingleton_demo
 CStandaloneWrapped by Bridge. AKA adaptee of Adapter
 CSubjectOf Observer
 CModelPart of MVC with View and Controller
 CSubscriber
 Ctemplate_struct< T >Template with type float by default
 CVisitorPure virtual visitor of Sample_component and other specific components