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

#include <operators.hpp>

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

Public Member Functions

Any evaluate (Environment &) const override
 
 ExprLiteral (Any v)
 
- Public Member Functions inherited from BT::Ast::ExprBase
virtual ~ExprBase ()=default
 

Public Attributes

Any value
 

Additional Inherited Members

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

Detailed Description

Definition at line 67 of file operators.hpp.

Constructor & Destructor Documentation

◆ ExprLiteral()

BT::Ast::ExprLiteral::ExprLiteral ( Any  v)
inline

Definition at line 71 of file operators.hpp.

Member Function Documentation

◆ evaluate()

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

Implements BT::Ast::ExprBase.

Definition at line 74 of file operators.hpp.

Member Data Documentation

◆ value

Any BT::Ast::ExprLiteral::value

Definition at line 69 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