#include <string>
#include <vector>
#include "externs.h"
Go to the source code of this file.
Classes | |
class | formatted_string |
struct | formatted_string::fs_op |
Enumerations | |
enum | fs_op_type { FSOP_COLOUR, FSOP_TEXT } |
Functions | |
int | count_linebreaks (const formatted_string &fs) |
int | tagged_string_tag_length (const std::string &s) |
int | tagged_string_printable_length (const std::string &s) |
std::string | tagged_string_substr (const std::string &s, int start, int end) |
void | display_tagged_block (const std::string &s) |
enum fs_op_type |
int count_linebreaks | ( | const formatted_string & | fs | ) |
void display_tagged_block | ( | const std::string & | s | ) |
int tagged_string_printable_length | ( | const std::string & | s | ) |
std::string tagged_string_substr | ( | const std::string & | s, | |
int | start, | |||
int | end | |||
) |
int tagged_string_tag_length | ( | const std::string & | s | ) |