dvi2bitmap
dvi2bitmap1.0
|
#include <config.h>
#include <list>
#include <string>
#include "DviError.h"
#include "Bitmap.h"
#include "verbosity.h"
Go to the source code of this file.
Namespaces | |
Util | |
Various utility functions. | |
Constant Groups | |
Util | |
Various utility functions. | |
Typedefs | |
typedef STD::list< string > | string_list |
Functions | |
string_list & | Util::tokenise_string (string str) |
Tokenise string at whitespace. More... | |
char ** | Util::string_list_to_array (string_list &l) |
Convert a string_list to a null-terminated array of character pointers. More... | |
void | Util::delete_string_array (char **sl) |
Deletes the array of strings returned by string_list_to_array. More... | |
bool | Util::parseRGB (Bitmap::BitmapColour &, const char *) |
Parse an RGB specification. More... | |
void | Util::verbosity (const verbosities level) |
Sets the verbosity of the methods in this class. More... | |
typedef STD::list<string> string_list |