#include "config.h"
#include <stdio.h>
#include <string>
#include <sstream>
#include "hashtable.h"
#include <vector>
#include <expat.h>
#include <iostream>
#include "gfx/vec.h"
Go to the source code of this file.
|
std::string | strtoupper (const std::string &foo) |
|
std::string | strtolower (const std::string &foo) |
|
float | XMLSupport::parse_floatf (const std::string &str) |
|
double | XMLSupport::parse_float (const std::string &str) |
|
void | XMLSupport::parse_floatfv (const std::string &str, int max,...) |
|
void | XMLSupport::parse_floatv (const std::string &str, int max,...) |
|
std::string | XMLSupport::replace_space (const std::string &str) |
|
int | XMLSupport::parse_int (const std::string &str) |
|
bool | XMLSupport::parse_bool (const std::string &str) |
|
bool | XMLSupport::parse_option_ispresent (const std::string &str, const std::string &opt, const std::string &sep=",\r\n", const std::string &vsep="=") |
|
std::string | XMLSupport::parse_option_value (const std::string &str, const std::string &opt, const std::string &defvalue, const std::string &sep=",\r\n", const std::string &vsep="=") |
|
std::string | XMLSupport::escaped_string (const std::string &str) |
|
std::string | XMLSupport::tostring5 (unsigned short num) |
|
std::string | XMLSupport::tostring (int num) |
|
std::string | XMLSupport::tostring (unsigned int num) |
|
std::string | XMLSupport::tostring (long num) |
|
std::string | XMLSupport::tostring (float num) |
|
std::string | XMLSupport::floattostringh (float f) |
|
std::string | XMLSupport::VectorToString (const Vector &v) |
|
std::string strtolower |
( |
const std::string & |
foo) | |
|
std::string strtoupper |
( |
const std::string & |
foo) | |
|