BehaviorTree
Core Library to create and execute Behavior Trees
Loading...
Searching...
No Matches
BT::Ast::ExprName Struct Reference
Inheritance diagram for BT::Ast::ExprName:
Collaboration diagram for BT::Ast::ExprName:

Public Member Functions

 ExprName (std::string n)
 
Any evaluate (Environment &env) const override
 
virtual Any evaluate (Environment &env) const =0
 

Public Attributes

std::string name
 

Additional Inherited Members

- Public Types inherited from BT::Ast::ExprBase
using Ptr = std::shared_ptr< ExprBase >
 

Member Function Documentation

◆ evaluate()

Any BT::Ast::ExprName::evaluate ( Environment env) const
inlineoverridevirtual

Implements BT::Ast::ExprBase.


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