Lines Matching refs:Str
32 Str::Str() in Str() function in Str
37 Str::Str(const char *str) in Str() function in Str
42 Str::Str(const char *str, int len) in Str() function in Str
49 Str::Str(const Str& rhs) in Str() function in Str
54 Str::~Str() in ~Str()
60 Str::operator = (const Str& rhs) in operator =()
69 Str::operator = (const char *str) in operator =()
77 Str::operator == (const Str& rhs) const in operator ==()
83 Str::operator != (const Str& rhs) const in operator !=()
89 Str::operator[](int index) const in operator []()
94 Str&
95 Str::operator<<(Str rhs) in operator <<()
105 Str&
106 Str::operator<<(long long i) in operator <<()
113 Str&
114 Str::operator<<(long i) in operator <<()
121 Str&
122 Str::operator<<(int i) in operator <<()
129 Str&
130 Str::operator<<(char c) in operator <<()
139 Str::compare(const Str& rhs) const in compare()
145 Str::length(void) const in length()
151 Str::tokenize(Str& token, const Str& separators, Str& remainder) in tokenize()
158 Str rc(nextTok_, i); in tokenize()
176 Str::resetToken(void) in resetToken()
182 Str::peak(void) const in peak()
188 Str::replaceAll(char c, char newc) in replaceAll()