rapidyaml  0.11.0
parse and emit YAML, and do it fast

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 3679 of file quickstart.cpp.

Member Data Documentation

◆ v2

vec2<int> my_type::v2

Definition at line 3682 of file quickstart.cpp.

◆ v3

vec3<int> my_type::v3

Definition at line 3683 of file quickstart.cpp.

◆ v4

vec4<int> my_type::v4

Definition at line 3684 of file quickstart.cpp.

◆ seq

my_seq_type<int> my_type::seq

Definition at line 3686 of file quickstart.cpp.

◆ map

my_map_type<int, int> my_type::map

Definition at line 3687 of file quickstart.cpp.


The documentation for this struct was generated from the following file: