Project Alice
Loading...
Searching...
No Matches
group_contents Struct Reference
Collaboration diagram for group_contents:

Public Attributes

std::string group_context_type
 
std::string group_object_type
 
std::string single_value_handler_type
 
value_and_optional single_value_handler_result
 
group_association set_handler
 
std::vector< group_associationgroups
 
std::vector< value_associationvalues
 
value_association any_value_handler
 
group_association any_group_handler
 

Detailed Description

Definition at line 35 of file parser_generator.cpp.

Member Data Documentation

◆ any_group_handler

group_association group_contents::any_group_handler

Definition at line 44 of file parser_generator.cpp.

◆ any_value_handler

value_association group_contents::any_value_handler

Definition at line 43 of file parser_generator.cpp.

◆ group_context_type

std::string group_contents::group_context_type

Definition at line 36 of file parser_generator.cpp.

◆ group_object_type

std::string group_contents::group_object_type

Definition at line 37 of file parser_generator.cpp.

◆ groups

std::vector<group_association> group_contents::groups

Definition at line 41 of file parser_generator.cpp.

◆ set_handler

group_association group_contents::set_handler

Definition at line 40 of file parser_generator.cpp.

◆ single_value_handler_result

value_and_optional group_contents::single_value_handler_result

Definition at line 39 of file parser_generator.cpp.

◆ single_value_handler_type

std::string group_contents::single_value_handler_type

Definition at line 38 of file parser_generator.cpp.

◆ values

std::vector<value_association> group_contents::values

Definition at line 42 of file parser_generator.cpp.


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