String utilities. More...
#include <simgear/compiler.h>
#include <string>
#include <vector>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | simgear |
Utility function for creation of a child property node using a relative path. | |
Functions | |
string | simgear::strutils::lstrip (const std::string &s) |
atof() wrapper for "string" type | |
vector< string > | simgear::strutils::split (const std::string &s, const char *sep=0, int maxsplit=0) |
Split a string into a words using 'sep' as the delimiter string. |
String utilities.
Definition in file strutils.hxx.