We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66684b6 commit 1250e50Copy full SHA for 1250e50
README.md
@@ -35,3 +35,8 @@ NOTE: stay tune for the rest of the patterns
35
- [Remote Control with undo](Command/undo/)
36
- [Remote Control Party Macros](Command/party/)
37
- [Dinner Order using lambda function](Command/dinnerLambda/)
38
+- [Chapter 7. Adapter](Adapter/)
39
+ - [Ducks](Adapter/ducks/)
40
+ - [Object Adapter](Adapter/ducks/object_adapter/)
41
+ - [Class Adapter](Adapter/ducks/class_adapter/)
42
+ - [Iterator to Enumeration Adapter] No equivalent in C++
0 commit comments