BehaviorTree
Core Library to create and execute Behavior Trees
Loading...
Searching...
No Matches
SafeAny::SimpleString Class Reference
Collaboration diagram for SafeAny::SimpleString:

Public Member Functions

 SimpleString (const std::string &str)
 
 SimpleString (const std::string_view &str)
 
 SimpleString (const SimpleString &other)
 
SimpleStringoperator= (const SimpleString &other)
 
 SimpleString (SimpleString &&other) noexcept
 
SimpleStringoperator= (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
 

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