5 std::string m_some_text;
7 m_some_text("Just a test") {}
22 DeepData_3() : m_child1(* (new DeepData_4())), m_child2(DeepData_4()) {}
38 m_child1(new DeepData_2())
43 type summary add -f "${var._M_dataplus._M_p}" std::string
44 type summary add -f "Level 1" "DeepData_1"
45 type summary add -f "Level 2" "DeepData_2" -e
46 type summary add -f "Level 3" "DeepData_3"
47 type summary add -f "Level 4" "DeepData_4"
48 type summary add -f "Level 5" "DeepData_5"
56 return 0; // Set break point at this line.