C++ features by examples
|
▼CAbstract_factory | |
CPrototype | Factory 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 |
CCommand | Encapsulates arguments. AKA Intent, operation |
▼CCommon | |
▼CVirtual_A | ref |
CDiamond | |
▼CVirtual_B | |
CDiamond | |
▼CComponent | Accepts a pure virtual Visitor |
CSample_component | One of many components is independed from Sample_visitor and implemenation of function visit |
CController | Part 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 |
▼CHandler | Virtual command handler of Chain_of_responsibility |
CChain_of_responsibility | List based implementation without recursion |
▼CInterface | Common pure virtual interface |
CActive_object | Active object |
CBridge | Wrapper using different from Standalone interface. AKA Adapter |
CComposite | |
CDecorator | Partial wrapper of an object with same as wrapped object Interface |
CPrototype | Factory of himself |
CProxy | Opaque wrapper with same as wrapped object Interface |
CSample_product | |
CMediator | |
CMember | |
CMessage | |
Cmy_integer_sequence< seq > | |
▼CObserver | Virtual observer of a Subject |
CView | Concrete 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 | |
CStandalone | Wrapped by Bridge. AKA adaptee of Adapter |
▼CSubject | Of Observer |
CModel | Part of MVC with View and Controller |
CSubscriber | |
Ctemplate_struct< T > | Template with type float by default |
CVisitor | Pure virtual visitor of Sample_component and other specific components |