|
|
| string (cstr@) |
|
| string (const string &in) |
|
cstr | opImplCast () |
|
string & | opAssign (const string &in) |
|
string & | opAddAssign (const string &in) |
|
string | opAdd (const string &in) const |
|
bool | opEquals (const string &in) const |
|
uint | get_Length () const property |
|
string | Substring (int start, int count=2147483647) const |
|
int | Find (const string &in toFind, int start=0) const |
|
string | Replace (const string &in toReplace, const string &in replaceWith) const |
|
float | ParseFloat () const |
|
float | ParseDouble () const |
|
int8 | ParseInt8 () const |
|
uint8 | ParseUInt8 () const |
|
int16 | ParseInt16 () const |
|
uint16 | ParseUInt16 () const |
|
int | ParseInt () const |
|
uint | ParseUInt () const |
|
int64 | ParseInt64 () const |
|
uint64 | ParseUInt64 () const |
The documentation for this class was generated from the following file: