Public Member Functions | |
| StringRef () | |
| StringRef (BNStringRef *ref) | |
| StringRef (const StringRef &other) | |
| StringRef (StringRef &&other) | |
| ~StringRef () | |
| StringRef & | operator= (const StringRef &other) |
| StringRef & | operator= (StringRef &&other) |
| operator std::string_view () const | |
| operator std::string const () | |
| const char * | c_str () const |
| size_t | size () const |
| BNStringRef * | GetObject () |
| bool | operator== (const StringRef &other) const |
| bool | operator!= (const StringRef &other) const |
| bool | operator< (const StringRef &other) const |
| bool | operator== (const std::string &other) const |
| bool | operator!= (const std::string &other) const |
| bool | operator== (const std::string_view &other) const |
| bool | operator!= (const std::string_view &other) const |
| StringRef::StringRef | ( | ) |
|
explicit |
| StringRef::StringRef | ( | const StringRef & | other | ) |
| StringRef::StringRef | ( | StringRef && | other | ) |
| StringRef::~StringRef | ( | ) |
|
inline |
|
inline |
| const char * StringRef::c_str | ( | ) | const |
| size_t StringRef::size | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |