| add_glyph(glyph g) | formatted_string | |
| all_caps() | formatted_string | |
| clear() | formatted_string | |
| cprintf(const char *s,...) | formatted_string | |
| cprintf(const std::string &s) | formatted_string | |
| display(int start=0, int end=-1) const | formatted_string | |
| empty() | formatted_string | |
| formatted_string(int init_colour=0) | formatted_string | |
| formatted_string(const std::string &s, int init_colour=0) | formatted_string | [explicit] |
| get_colour(const std::string &tag) | formatted_string | [static] |
| html_dump() const | formatted_string | |
| length() const | formatted_string | |
| operator std::string() const | formatted_string | |
| operator+=(const formatted_string &other) | formatted_string | |
| operator<(const formatted_string &other) const | formatted_string | |
| operator[](size_t idx) | formatted_string | |
| oplist typedef | formatted_string | |
| ops | formatted_string | |
| parse_string(const std::string &s, bool eot_ends_format=true, bool(*process_tag)(const std::string &tag)=NULL, int main_colour=LIGHTGREY) | formatted_string | [static] |
| parse_string_to_multiple(const std::string &s, std::vector< formatted_string > &out) | formatted_string | [static] |
| substr(size_t index, size_t length=std::string::npos) const | formatted_string | |
| swap(formatted_string &other) | formatted_string | |
| textcolor(int color) | formatted_string | |
| to_colour_string() const | formatted_string | |
| tostring(int start=0, int end=-1) const | formatted_string |
1.5.6