|
BehaviorTree
Core Library to create and execute Behavior Trees
|

Public Member Functions | |
| Entry (const TypeInfo &_info) | |
| Entry (const Entry &)=delete | |
| Entry & | operator= (const Entry &)=delete |
| Entry (Entry &&)=delete | |
| Entry & | operator= (Entry &&)=delete |
Public Attributes | |
| Any | value |
| TypeInfo | info |
| StringConverter | string_converter |
| std::mutex | entry_mutex |
| uint64_t | sequence_id = 0 |
| std::chrono::nanoseconds | stamp = std::chrono::nanoseconds{ 0 } |