The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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 |
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.