#include "uscxml/Common.h"
#include <string>
#include <limits>
#include <sstream>
Go to the source code of this file.
|
bool | uscxml::envVarIEquals (const char *name, const char *value) |
|
bool | uscxml::envVarIsTrue (const char *name) |
|
bool | uscxml::equals (const std::string &a, const std::string &b) |
|
std::string | uscxml::escape (const std::string &a) |
|
bool | uscxml::iequals (const std::string &a, const std::string &b) |
|
bool | uscxml::isInteger (const char *pszInput, int nNumberBase) |
|
bool | uscxml::isnan (double x) |
|
bool | uscxml::isNumeric (const char *pszInput, int nNumberBase) |
|
bool | uscxml::stringIsTrue (const std::string &value) |
|
template<typename T > |
T | uscxml::strTo (std::string tmp) |
|
template<typename T > |
std::string | uscxml::toStr (T tmp) |
|
std::string | uscxml::unescape (const std::string &a) |
|