Functions | |
string_list & | tokenise_string (string str) |
Tokenise string at whitespace. | |
char ** | string_list_to_array (string_list &l) |
Convert a string_list to a null-terminated array of character pointers. | |
void | delete_string_array (char **sl) |
Deletes the array of strings returned by string_list_to_array. | |
bool | parseRGB (Bitmap::BitmapColour &, const char *) |
Parse an RGB specification. | |
void | verbosity (const verbosities level) |
Sets the verbosity of the methods in this class. | |
Variables | |
verbosities | verbosity_ = normal |
|
Deletes the array of strings returned by string_list_to_array.
|
|
Parse an RGB specification.
This is either a sequence of three integers separated by slashes (or in fact any non-number character), or else a string of the form
|
|
Convert a The resulting array can conveniently be deleted using delete_string_array.
|
|
Tokenise string at whitespace.
|
|
Sets the verbosity of the methods in this class.
|
|
|