#include <String.h>
Definition at line 43 of file String.h.
STL-like iterator.
Definition at line 47 of file String.h.
Initializes blank instance.
Definition at line 50 of file String.h.
Full initialization.
Definition at line 57 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 69 of file String.h.
const Char& at |
( |
size_t |
index | ) |
const |
|
inline |
Indicates whether array of zero length.
Definition at line 77 of file String.h.
const Char* items |
( |
| ) |
const |
|
inline |
Read-only content.
Definition at line 83 of file String.h.
Reinitializes from another instance.
Definition at line 141 of file String.h.
const Char& operator[] |
( |
size_t |
index | ) |
const |
|
inline |
Resets reference to nothing.
Definition at line 107 of file String.h.
void reset |
( |
const Char * |
chars, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Updates data being referenced.
Definition at line 114 of file String.h.
Number of chars.
Definition at line 89 of file String.h.
Swaps content with other instance.
Definition at line 152 of file String.h.
The documentation for this class was generated from the following file:
- /work/include/OnixS/Tradeweb/MarketData/Apa/String.h