-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If possible, child classes can use the parent's equivalent member and pointer constructor.
- Loading branch information
1 parent
591a420
commit 9703eb3
Showing
4 changed files
with
85 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: "0.4.0" | ||
classes: | ||
- name: "ParentPointer" | ||
namespace: "wrapture_test" | ||
type: "pointer" | ||
equivalent-struct: | ||
name: "wrapped_struct" | ||
- name: "ChildPointer" | ||
namespace: "wrapture_test" | ||
type: "pointer" | ||
parent: | ||
name: "ParentPointer" | ||
includes: "ParentPointer.hpp" | ||
equivalent-struct: | ||
name: "wrapped_struct" |
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