mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Documented how to manage static objects
This commit is contained in:
parent
e41b75e525
commit
4f0431842f
7 changed files with 98 additions and 14 deletions
|
|
@ -6,6 +6,7 @@
|
|||
/]
|
||||
|
||||
[section Patterns]
|
||||
[import example/patterns_static_objects.cpp]
|
||||
[import example/patterns_async_call.cpp]
|
||||
[import example/patterns_retrieve_cref.cpp]
|
||||
[import example/patterns_invoke_functor.cpp]
|
||||
|
|
@ -13,6 +14,22 @@
|
|||
|
||||
This section highlights not-so-obvious features of the library gathered from real use cases.
|
||||
|
||||
[section Managing static mock objects]
|
||||
|
||||
Problem :
|
||||
|
||||
[static_objects_problem]
|
||||
|
||||
Partial solution :
|
||||
|
||||
[static_objects_partial_solution]
|
||||
|
||||
Solution :
|
||||
|
||||
[static_objects_solution]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section Waiting for an asynchronous call]
|
||||
|
||||
Problem :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue