|
CommonLibSSE (powerof3)
|
#include <hkStringPtr.h>
Public Types | |
| using | size_type = std::int32_t |
Public Member Functions | |
| hkStringPtr (const char *a_data) | |
| const char * | data () const noexcept |
| const char * | c_str () const noexcept |
| bool | empty () const noexcept |
| size_type | size () const |
| size_type | length () const |
Protected Types | |
| enum | { kManaged = 1 << 0 } |
Protected Attributes | |
| const char * | _data |
| using RE::hkStringPtr::size_type = std::int32_t |
| RE::hkStringPtr::hkStringPtr | ( | const char * | a_data | ) |
|
noexcept |
|
noexcept |
|
noexcept |
| size_type RE::hkStringPtr::length | ( | ) | const |
| size_type RE::hkStringPtr::size | ( | ) | const |
|
protected |