![]() |
Ember
|
#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, String > | type_mappings |
| bool | allow_undefined_keys = false |
Definition at line 112 of file ParserConfig.h.
| bool EmberCore::ParserConfig::BlackboardConfig::allow_undefined_keys = false |
Definition at line 121 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::blackboard_element = "Blackboard" |
Definition at line 113 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::blackboard_id_attribute = "ID" |
Definition at line 114 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::entry_element = "Entry" |
Definition at line 116 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::entry_key_attribute = "key" |
Definition at line 117 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::entry_type_attribute = "type" |
Definition at line 118 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::entry_value_attribute = "value" |
Definition at line 119 of file ParserConfig.h.
| String EmberCore::ParserConfig::BlackboardConfig::parent_attribute = "parent" |
Definition at line 115 of file ParserConfig.h.
Definition at line 120 of file ParserConfig.h.