|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
example user container type with nested user types. More...
Public Member Functions | |
| void | check_eq (my_type const &that) const |
Public Attributes | |
| vec2< int > | v2 |
| vec3< int > | v3 |
| vec4< int > | v4 |
| my_seq_type< int > | seq |
| my_map_type< int, int > | map |
example user container type with nested user types.
notice all the members have user-defined serialization methods.
Definition at line 4129 of file quickstart.cpp.
|
inline |
Definition at line 4138 of file quickstart.cpp.
Referenced by sample_user_container_types().
| vec2<int> my_type::v2 |
Definition at line 4132 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| vec3<int> my_type::v3 |
Definition at line 4133 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| vec4<int> my_type::v4 |
Definition at line 4134 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| my_seq_type<int> my_type::seq |
Definition at line 4136 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| my_map_type<int, int> my_type::map |
Definition at line 4137 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().