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

Public Member Functions

 ExprLiteral (Any v)
 
Any evaluate (Environment &) const override
 
virtual Any evaluate (Environment &env) const =0
 

Public Attributes

Any value
 

Additional Inherited Members

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

Member Function Documentation

◆ evaluate()

Any BT::Ast::ExprLiteral::evaluate ( Environment ) const
inlineoverridevirtual

Implements BT::Ast::ExprBase.


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