#include <operators.hpp>
Public Member Functions | |
Any | evaluate (Environment &env) const override |
ExprName (std::string n) | |
Public Member Functions inherited from BT::Ast::ExprBase | |
virtual | ~ExprBase ()=default |
Public Attributes | |
std::string | name |
Additional Inherited Members | |
Public Types inherited from BT::Ast::ExprBase | |
using | Ptr = std::shared_ptr< ExprBase > |
Definition at line 80 of file operators.hpp.
|
inlineexplicit |
Definition at line 84 of file operators.hpp.
|
inlineoverridevirtual |
Implements BT::Ast::ExprBase.
Definition at line 87 of file operators.hpp.
std::string BT::Ast::ExprName::name |
Definition at line 82 of file operators.hpp.