#include <string>
Go to the source code of this file.
Classes | |
class | t_string |
class | t_string::walker |
Functions | |
std::ostream & | operator<< (std::ostream &, const t_string &) |
bool | operator== (const std::string &a, const t_string &b) |
bool | operator== (const char *a, const t_string &b) |
bool | operator!= (const std::string &a, const t_string &b) |
bool | operator!= (const char *a, const t_string &b) |
t_string | operator+ (const std::string &a, const t_string &b) |
t_string | operator+ (const char *a, const t_string &b) |
bool operator!= | ( | const char * | a, | |
const t_string & | b | |||
) | [inline] |
Definition at line 103 of file tstring.hpp.
bool operator!= | ( | const std::string & | a, | |
const t_string & | b | |||
) | [inline] |
Definition at line 105 of file tstring.hpp.
std::ostream& operator<< | ( | std::ostream & | , | |
const t_string & | ||||
) |
Definition at line 419 of file tstring.cpp.
bool operator== | ( | const char * | a, | |
const t_string & | b | |||
) | [inline] |
Definition at line 101 of file tstring.hpp.
bool operator== | ( | const std::string & | a, | |
const t_string & | b | |||
) | [inline] |
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |