Ember
Loading...
Searching...
No Matches
EmberCore::LibXMLBehaviorTreeParser::ParseResult Struct Reference

Result of parallel parsing operation. More...

#include <LibXMLBehaviorTreeParser.h>

Public Member Functions

 ParseResult ()

Public Attributes

std::shared_ptr< BehaviorTreetree
EmberCore::String file_path
std::vector< ParseErrorerrors
bool success

Detailed Description

Result of parallel parsing operation.

Definition at line 90 of file LibXMLBehaviorTreeParser.h.

Constructor & Destructor Documentation

◆ ParseResult()

EmberCore::LibXMLBehaviorTreeParser::ParseResult::ParseResult ( )
inline

Definition at line 96 of file LibXMLBehaviorTreeParser.h.

Member Data Documentation

◆ errors

std::vector<ParseError> EmberCore::LibXMLBehaviorTreeParser::ParseResult::errors

Definition at line 93 of file LibXMLBehaviorTreeParser.h.

◆ file_path

EmberCore::String EmberCore::LibXMLBehaviorTreeParser::ParseResult::file_path

Definition at line 92 of file LibXMLBehaviorTreeParser.h.

◆ success

bool EmberCore::LibXMLBehaviorTreeParser::ParseResult::success

Definition at line 94 of file LibXMLBehaviorTreeParser.h.

◆ tree

std::shared_ptr<BehaviorTree> EmberCore::LibXMLBehaviorTreeParser::ParseResult::tree

Definition at line 91 of file LibXMLBehaviorTreeParser.h.


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