Functions | |
void | strip ( std::string& str ) |
strips a string. | |
template<classT> std::string | x2s ( T t ) |
converts anything to a string. | |
template<classT> T | s2x ( const std::string& s ) |
extract anything from a string. | |
std::strstream& | operator>> ( std::strstream& in, bool& w ) |
reads a boolean value from a strstream. | |
bool | isnum ( const std::string& s ) |
returns true if the string is a number. | |
void | toupper ( std::string &s ) |
converts a string to upper case. |
|
returns true if the string is a number.
|
|
reads a boolean value from a strstream.
|
|
extract anything from a string.
|
|
strips a string.
|
|
converts a string to upper case.
|
|
converts anything to a string.
|
LeoArg (C) under the terms of the
GPL
by
King Leo (Martin Oberzalek)