Ember
Loading...
Searching...
No Matches
EmberCore::ParserConfig::BlackboardConfig Struct Reference

#include <ParserConfig.h>

Public Attributes

String blackboard_element = "Blackboard"
String blackboard_id_attribute = "ID"
String parent_attribute = "parent"
String entry_element = "Entry"
String entry_key_attribute = "key"
String entry_type_attribute = "type"
String entry_value_attribute = "value"
std::map< String, Stringtype_mappings
bool allow_undefined_keys = false

Detailed Description

Definition at line 112 of file ParserConfig.h.

Member Data Documentation

◆ allow_undefined_keys

bool EmberCore::ParserConfig::BlackboardConfig::allow_undefined_keys = false

Definition at line 121 of file ParserConfig.h.

◆ blackboard_element

String EmberCore::ParserConfig::BlackboardConfig::blackboard_element = "Blackboard"

Definition at line 113 of file ParserConfig.h.

◆ blackboard_id_attribute

String EmberCore::ParserConfig::BlackboardConfig::blackboard_id_attribute = "ID"

Definition at line 114 of file ParserConfig.h.

◆ entry_element

String EmberCore::ParserConfig::BlackboardConfig::entry_element = "Entry"

Definition at line 116 of file ParserConfig.h.

◆ entry_key_attribute

String EmberCore::ParserConfig::BlackboardConfig::entry_key_attribute = "key"

Definition at line 117 of file ParserConfig.h.

◆ entry_type_attribute

String EmberCore::ParserConfig::BlackboardConfig::entry_type_attribute = "type"

Definition at line 118 of file ParserConfig.h.

◆ entry_value_attribute

String EmberCore::ParserConfig::BlackboardConfig::entry_value_attribute = "value"

Definition at line 119 of file ParserConfig.h.

◆ parent_attribute

String EmberCore::ParserConfig::BlackboardConfig::parent_attribute = "parent"

Definition at line 115 of file ParserConfig.h.

◆ type_mappings

std::map<String, String> EmberCore::ParserConfig::BlackboardConfig::type_mappings

Definition at line 120 of file ParserConfig.h.


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