Lines Matching refs:Str
34 Str::Str() in Str() function in Str
39 Str::Str(const char *str) in Str() function in Str
44 Str::Str(const char *str, int len) in Str() function in Str
51 Str::Str(const Str& rhs) in Str() function in Str
56 Str::~Str() in ~Str()
62 Str::operator = (const Str& rhs) in operator =()
71 Str::operator = (const char *str) in operator =()
79 Str::operator == (const Str& rhs) const in operator ==()
85 Str::operator != (const Str& rhs) const in operator !=()
91 Str::operator[](int index) const in operator []()
96 Str&
97 Str::operator<<(Str rhs) in operator <<()
107 Str&
108 Str::operator<<(long long i) in operator <<()
115 Str&
116 Str::operator<<(long i) in operator <<()
123 Str&
124 Str::operator<<(int i) in operator <<()
131 Str&
132 Str::operator<<(char c) in operator <<()
141 Str::compare(const Str& rhs) const in compare()
147 Str::length(void) const in length()
153 Str::tokenize(Str& token, const Str& separators, Str& remainder) in tokenize()
160 Str rc(nextTok_, i); in tokenize()
178 Str::resetToken(void) in resetToken()
184 Str::peak(void) const in peak()
190 Str::replaceAll(char c, char newc) in replaceAll()