![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Variables | |
| const GenNode | ATTRIB1 ("α", 1) |
| const GenNode | ATTRIB2 ("β", int64_t(2)) |
| const GenNode | ATTRIB3 ("γ", 3.45) |
| const GenNode | TYPE_X ("type", "X") |
| const GenNode | TYPE_Y ("type", "Y") |
| const GenNode | CHILD_A ("a") |
| const GenNode | CHILD_B ('b') |
| const GenNode | CHILD_T (Time(12, 34, 56, 78)) |
| const GenNode | SUB_NODE = MakeRec().genNode() |
| const GenNode | ATTRIB_NODE = MakeRec().genNode("δ") |
| const GenNode | CHILD_NODE = SUB_NODE |
| const GenNode ATTRIB1("α", 1) | ( | "α" | , |
| 1 | |||
| ) |
| const GenNode ATTRIB2("β", int64_t(2)) | ( | "β" | , |
| int64_t(2) | |||
| ) |
| const GenNode ATTRIB3("γ", 3.45) | ( | "γ" | , |
| 3. | 45 | ||
| ) |
| const GenNode TYPE_X("type", "X") | ( | "type" | , |
| "X" | |||
| ) |
| const GenNode TYPE_Y("type", "Y") | ( | "type" | , |
| "Y" | |||
| ) |
| const GenNode CHILD_A("a") | ( | "a" | ) |
| const GenNode CHILD_B( 'b') | ( | 'b' | ) |
Definition at line 60 of file diff-tree-application-test.cpp.
Definition at line 61 of file diff-tree-application-test.cpp.
Definition at line 62 of file diff-tree-application-test.cpp.