rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches

example user container type with nested container members. More...

Public Attributes

vec2< int > v2
vec3< int > v3
vec4< int > v4
my_seq_type< int > seq
my_map_type< int, int > map

Detailed Description

example user container type with nested container members.

notice all the members have user-defined serialization methods.

Definition at line 3695 of file quickstart.cpp.

Member Data Documentation

◆ v2

vec2<int> my_type::v2

Definition at line 3698 of file quickstart.cpp.

◆ v3

vec3<int> my_type::v3

Definition at line 3699 of file quickstart.cpp.

◆ v4

vec4<int> my_type::v4

Definition at line 3700 of file quickstart.cpp.

◆ seq

my_seq_type<int> my_type::seq

Definition at line 3702 of file quickstart.cpp.

◆ map

my_map_type<int, int> my_type::map

Definition at line 3703 of file quickstart.cpp.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.14.0/samples/quickstart.cpp