![]() |
Ember
|
Result of parallel parsing operation. More...
#include <LibXMLBehaviorTreeParser.h>
Public Member Functions | |
| ParseResult () | |
Public Attributes | |
| std::shared_ptr< BehaviorTree > | tree |
| EmberCore::String | file_path |
| std::vector< ParseError > | errors |
| bool | success |
Result of parallel parsing operation.
Definition at line 90 of file LibXMLBehaviorTreeParser.h.
|
inline |
Definition at line 96 of file LibXMLBehaviorTreeParser.h.
| std::vector<ParseError> EmberCore::LibXMLBehaviorTreeParser::ParseResult::errors |
Definition at line 93 of file LibXMLBehaviorTreeParser.h.
| EmberCore::String EmberCore::LibXMLBehaviorTreeParser::ParseResult::file_path |
Definition at line 92 of file LibXMLBehaviorTreeParser.h.
| bool EmberCore::LibXMLBehaviorTreeParser::ParseResult::success |
Definition at line 94 of file LibXMLBehaviorTreeParser.h.
| std::shared_ptr<BehaviorTree> EmberCore::LibXMLBehaviorTreeParser::ParseResult::tree |
Definition at line 91 of file LibXMLBehaviorTreeParser.h.