-
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.
#312: Add example number to all examples
- Loading branch information
1 parent
833f42c
commit 42e1fd5
Showing
13 changed files
with
26 additions
and
26 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
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
4 changes: 2 additions & 2 deletions
4
docs/md/checkpoint_learn_example_polymorphic_macro_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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
\page ckpt_learn_example_polymorphic_macro_nonintrusive Non-Intrusive Polymorphic Serialization Example w/Macros | ||
\page ckpt_learn_ex6_polymorphic_macro_nonintrusive Non-Intrusive Polymorphic Serialization Example w/Macros | ||
|
||
\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_polymorphic_macro_nonintrusive.cc` | ||
|
||
\subsubsection ex Example source code: | ||
\subsubsection ex6 Example source code: | ||
\snippet examples/checkpoint_example_polymorphic_macro_nonintrusive.cc Non-Intrusive Serialize polymorphic macro |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
\page ckpt_learn_example_polymorphic_nonintrusive Non-Intrusive Polymorphic Serialization Example | ||
\page ckpt_learn_ex5_polymorphic_nonintrusive Non-Intrusive Polymorphic Serialization Example | ||
|
||
\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_polymorphic_nonintrusive.cc` | ||
|
||
\subsubsection ex Example source code: | ||
\subsubsection ex5 Example source code: | ||
\snippet examples/checkpoint_example_polymorphic_nonintrusive.cc Non-Intrusive Serialize polymorphic |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
\page ckpt_learn_ex_tofile Program Example Serialize To File | ||
\page ckpt_learn_ex4_tofile Program Example Serialize To File | ||
|
||
One potential application for this approach is to generate a restart file | ||
for a simulation. | ||
|
||
The full code for this example can be found here: | ||
`examples/checkpoint_example_to_file.cc` | ||
|
||
\subsubsection ex Example source code: | ||
\subsubsection ex4 Example source code: | ||
\snippet examples/checkpoint_example_to_file.cc Serialize structure to file |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
\page ckpt_learn_ex_traversal Program Example Traversal | ||
\page ckpt_learn_ex7_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: | ||
\subsubsection ex7 Example source code: | ||
\snippet examples/checkpoint_example_traversal.cc 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
\page ckpt_learn_ex_traversal_nonintrusive Non-Intrusive Program Example Traversal | ||
\page ckpt_learn_ex7_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: | ||
\subsubsection ex7 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
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