|
rapidyaml 0.16.0
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 4210 of file quickstart.cpp.
|
inline |
Definition at line 4219 of file quickstart.cpp.
Referenced by sample_user_container_types().
| vec2<int> my_type::v2 |
Definition at line 4213 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| vec3<int> my_type::v3 |
Definition at line 4214 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| vec4<int> my_type::v4 |
Definition at line 4215 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| my_seq_type<int> my_type::seq |
Definition at line 4217 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().
| my_map_type<int, int> my_type::map |
Definition at line 4218 of file quickstart.cpp.
Referenced by check_eq(), read(), read(), and write().