#include <stringops.h>
List of all members.
Static Public Member Functions |
static std::string | itoa (int i) |
static int | atoi (const std::string &s) |
static double | atof (const std::string &s) |
static StringVec | tokenize (const std::string &string, const std::string &delimiters) |
static std::string | join (const StringVec &tokens, const std::string &delimiter) |
Member Function Documentation
static double LibGeoDecomp::StringOps::atof |
( |
const std::string & |
s |
) |
[inline, static] |
static int LibGeoDecomp::StringOps::atoi |
( |
const std::string & |
s |
) |
[inline, static] |
static std::string LibGeoDecomp::StringOps::itoa |
( |
int |
i |
) |
[inline, static] |
static std::string LibGeoDecomp::StringOps::join |
( |
const StringVec & |
tokens, |
|
|
const std::string & |
delimiter | |
|
) |
| | [inline, static] |
static StringVec LibGeoDecomp::StringOps::tokenize |
( |
const std::string & |
string, |
|
|
const std::string & |
delimiters | |
|
) |
| | [inline, static] |
The documentation for this class was generated from the following file: