C++ features by examples
|
CAbstract_factory | |
CActive_object | Active object |
CB | |
CBase11 | |
CBridge | Wrapper using different from Standalone interface. AKA Adapter |
CBuilder | |
CChain_of_responsibility | List based implementation without recursion |
CChange_interface | |
CCommand | Encapsulates arguments. AKA Intent, operation |
CCommon | |
CComponent | Accepts a pure virtual Visitor |
CComposite | |
CController | Part of MVC with Model and View |
CDecorator | Partial wrapper of an object with same as wrapped object Interface |
CDerived11 | |
CDiamond | |
CFactory_method_demo | |
CGetter_interface | |
CHandler | Virtual command handler of Chain_of_responsibility |
CInterface | Common pure virtual interface |
CMediator | |
CMember | |
CMessage | |
CModel | Part of MVC with View and Controller |
Cmy_integer_sequence | |
CObserver | Virtual observer of a Subject |
CPrototype | Factory of himself |
CProxy | Opaque wrapper with same as wrapped object Interface |
CPublisher | |
CSample_component | One of many components is independed from Sample_visitor and implemenation of function visit |
CSample_factory | |
CSample_factory_method_demo | |
CSample_product | |
CSetter_interface | |
CSingleton_demo | |
CStandalone | Wrapped by Bridge. AKA adaptee of Adapter |
CSubject | Of Observer |
CSubscriber | |
CSynchronised_encapsulated_value | encapsulating class with only public accessor and mutator intrfaces |
CSynchronized_queue | |
Ctemplate_struct | Template with type float by default |
CView | Concrete Observer |
CVirtual_A | ref |
CVirtual_B | |
CVisitor | Pure virtual visitor of Sample_component and other specific components |