#include <OnixS/CME/Streamlined/String.h>
Definition at line 39 of file String.h.
STL-like iterator.
Definition at line 43 of file String.h.
Initializes blank instance.
Definition at line 46 of file String.h.
Full initialization.
Definition at line 53 of file String.h.
Initializes as clone of other instance.
Data referenced by clone is not copied. Instead both instances will refer to same text segment.
Definition at line 65 of file String.h.
const Char& at |
( |
size_t |
index | ) |
const |
|
inline |
Indicates whether array of zero length.
Definition at line 73 of file String.h.
const Char* items |
( |
| ) |
const |
|
inline |
Read-only content.
Definition at line 79 of file String.h.
Reinitializes from another instance.
Definition at line 137 of file String.h.
const Char& operator[] |
( |
size_t |
index | ) |
const |
|
inline |
Resets reference to nothing.
Definition at line 103 of file String.h.
void reset |
( |
const Char * |
chars, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Updates data being referenced.
Definition at line 110 of file String.h.
Number of chars.
Definition at line 85 of file String.h.
Swaps content with other instance.
Definition at line 148 of file String.h.
The documentation for this class was generated from the following file: