SpectMorph
|
Public Member Functions | |
void | append (const xpath_string &o, xpath_allocator *alloc) |
const char_t * | c_str () const |
size_t | length () const |
char_t * | data (xpath_allocator *alloc) |
bool | empty () const |
bool | operator== (const xpath_string &o) const |
bool | operator!= (const xpath_string &o) const |
bool | uses_heap () const |
Static Public Member Functions | |
static xpath_string | from_const (const char_t *str) |
static xpath_string | from_heap_preallocated (const char_t *begin, const char_t *end) |
static xpath_string | from_heap (const char_t *begin, const char_t *end, xpath_allocator *alloc) |