#include <Text.h>
List of all members.
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 55 of file Text.h.
Constructor & Destructor Documentation
Text::Text |
( |
const char * |
s | ) |
|
Text::Text |
( |
const char * |
s, |
|
|
int |
len |
|
) |
| |
Text::Text |
( |
char |
c, |
|
|
int |
len |
|
) |
| |
Text::Text |
( |
const Text & |
s | ) |
|
Member Function Documentation
Text & Text::append |
( |
char |
c | ) |
|
Text & Text::append |
( |
const char * |
s | ) |
|
int Text::compare |
( |
const char * |
s | ) |
const |
|
inline |
int Text::compare |
( |
const Text & |
s | ) |
const |
|
inline |
bool Text::contains |
( |
char |
c | ) |
const |
bool Text::contains |
( |
const char * |
s | ) |
const |
bool Text::containsAnyOf |
( |
const char * |
charSet | ) |
const |
const char* Text::data |
( |
| ) |
const |
|
inline |
unsigned Text::hash |
( |
| ) |
const |
|
inline |
int Text::indexOf |
( |
char |
c | ) |
const |
int Text::indexOf |
( |
const char * |
s | ) |
const |
bool Text::isSensitive |
( |
| ) |
const |
int Text::length |
( |
| ) |
const |
|
inline |
Text::operator const char * |
( |
| ) |
const |
|
inline |
char Text::operator() |
( |
int |
index | ) |
const |
char & Text::operator() |
( |
int |
index | ) |
|
Text Text::operator() |
( |
int |
start, |
|
|
int |
len |
|
) |
| const |
Text Text::operator+ |
( |
char |
c | ) |
|
Text Text::operator+ |
( |
const char * |
s | ) |
|
Text& Text::operator+= |
( |
char |
c | ) |
|
|
inline |
Text& Text::operator+= |
( |
const char * |
s | ) |
|
|
inline |
Text& Text::operator+= |
( |
const Text & |
s | ) |
|
|
inline |
Text & Text::operator= |
( |
const char * |
s | ) |
|
Text & Text::operator= |
( |
const Text & |
s | ) |
|
char Text::operator[] |
( |
int |
index | ) |
const |
char & Text::operator[] |
( |
int |
index | ) |
|
Text Text::replace |
( |
const char * |
pattern, |
|
|
const char * |
substitution |
|
) |
| |
void Text::setSensitive |
( |
bool |
s | ) |
|
Text Text::substring |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
static const char* Text::TYPENAME |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files:
- D:/SRC/StarshatterSVN/FoundationEx/Text.h
- D:/SRC/StarshatterSVN/FoundationEx/Text.cpp