util/Global.cpp File Reference

Include dependency graph for Global.cpp:

Go to the source code of this file.

Namespaces

namespace  org
namespace  org::xmlBlaster
namespace  org::xmlBlaster::util

Functions

template<>
std::string org::xmlBlaster::util::lexical_cast (bool arg)
 Specialization which returns "true" instead of "1".
template<>
bool org::xmlBlaster::util::lexical_cast (std::string arg)
 Laghi 2004-10-28 transforming 'true' or 'false' to bool fails.
template<>
bool org::xmlBlaster::util::lexical_cast (char *arg)
std::string org::xmlBlaster::util::waitOnKeyboardHit (std::string &str)
 Blocks until <enter> on the keyboard is hit.