|
BehaviorTree
Core Library to create and execute Behavior Trees
|

Public Member Functions | |
| SimpleString (const std::string &str) | |
| SimpleString (const std::string_view &str) | |
| SimpleString (const SimpleString &other) | |
| SimpleString & | operator= (const SimpleString &other) |
| SimpleString (SimpleString &&other) noexcept | |
| SimpleString & | operator= (SimpleString &&other) noexcept |
| SimpleString (const char *input_data) | |
| SimpleString (const char *input_data, std::size_t size) | |
| std::string | toStdString () const |
| std::string_view | toStdStringView () const |
| const char * | data () const |
| std::size_t | size () const |
| bool | operator== (const SimpleString &other) const |
| bool | operator!= (const SimpleString &other) const |
| bool | operator<= (const SimpleString &other) const |
| bool | operator>= (const SimpleString &other) const |
| bool | operator< (const SimpleString &other) const |
| bool | operator> (const SimpleString &other) const |
| bool | isSOO () const |