-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a562826
commit 7d599a5
Showing
5 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\page ckpt_learn_ex_traversal Program Example Traversal | ||
|
||
The full code for this *checkpoint* example can be found here: | ||
`examples/checkpoint_example_traversal.cc` | ||
|
||
\subsubsection ex Example source code: | ||
\snippet examples/checkpoint_example_traversal.cc Serialization with custom traverser | ||
|
10 changes: 10 additions & 0 deletions
10
docs/md/checkpoint_learn_example_traversal_nonintrusive.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
\page ckpt_learn_ex_traversal_nonintrusive Non-Intrusive Program Example Traversal | ||
|
||
\attention All Non-Intrusive serialize methods <b>MUST</b> be placed in the namespace of type which they serialize. | ||
|
||
The full code for this *checkpoint* example can be found here: | ||
`examples/checkpoint_example_traversal_nonintrusive.cc` | ||
|
||
\subsubsection ex Example source code: | ||
\snippet examples/checkpoint_example_traversal_nonintrusive.cc Non-Intrusive Serialization with custom traverser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters