Definition in file helpers.cc.
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>
#include <string>
#include <vector>
#include "debug.h"
#include "helpers.h"
#include "options.h"
Include dependency graph for helpers.cc:

Go to the source code of this file.
Functions | |
| string | toString (int i) |
| converts int to string | |
| string | toString (const vector< unsigned int > &v) |
| converts a vector to a C++ string | |
| int | toInt (string s) |
| converts string to int | |
| unsigned int | toUInt (string s) |
| converts string to unsigned int | |
| unsigned int | max (unsigned int a, unsigned int b) |
| returns the maximum of two unsigned ints | |
| string | strip_namespace (string s) |
| strip an XML namespace | |
1.5.2