BehaviorTree
Core Library to create and execute Behavior Trees
Loading...
Searching...
No Matches
BT::Scripting::Token Struct Reference

#include <any_types.hpp>

Collaboration diagram for BT::Scripting::Token:

Public Attributes

TokenType type = TokenType::Error
 
std::string_view text
 
size_t pos = 0
 

Detailed Description

Lightweight token referencing the source string via string_view. The source string must outlive the token vector.


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