Public Member Functions | Public Attributes | List of all members
BT::Ast::ExprName Struct Reference

#include <operators.hpp>

Inheritance diagram for BT::Ast::ExprName:
Inheritance graph
[legend]

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 >
 

Detailed Description

Definition at line 80 of file operators.hpp.

Constructor & Destructor Documentation

◆ ExprName()

BT::Ast::ExprName::ExprName ( std::string  n)
inlineexplicit

Definition at line 84 of file operators.hpp.

Member Function Documentation

◆ evaluate()

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

Implements BT::Ast::ExprBase.

Definition at line 87 of file operators.hpp.

Member Data Documentation

◆ name

std::string BT::Ast::ExprName::name

Definition at line 82 of file operators.hpp.


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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09