Project Alice
|
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_association > | groups |
std::vector< value_association > | values |
value_association | any_value_handler |
group_association | any_group_handler |
Definition at line 35 of file parser_generator.cpp.
group_association group_contents::any_group_handler |
Definition at line 44 of file parser_generator.cpp.
value_association group_contents::any_value_handler |
Definition at line 43 of file parser_generator.cpp.
std::string group_contents::group_context_type |
Definition at line 36 of file parser_generator.cpp.
std::string group_contents::group_object_type |
Definition at line 37 of file parser_generator.cpp.
std::vector<group_association> group_contents::groups |
Definition at line 41 of file parser_generator.cpp.
group_association group_contents::set_handler |
Definition at line 40 of file parser_generator.cpp.
value_and_optional group_contents::single_value_handler_result |
Definition at line 39 of file parser_generator.cpp.
std::string group_contents::single_value_handler_type |
Definition at line 38 of file parser_generator.cpp.
std::vector<value_association> group_contents::values |
Definition at line 42 of file parser_generator.cpp.