TwiceAsNice
2019-02-18
|
#include <IceUtil/IceUtil.h>
#include <Nice/Property/Any.h>
Namespaces | |
Nice | |
Functions | |
template<typename T > | |
T | Nice::castFromString (const std::string &_s) |
Cast a string to a type of typename T. More... | |
template<> | |
std::string | Nice::castFromString (const std::string &_s) |
Overloaded function of castFromString(). More... | |
template<> | |
bool | Nice::castFromString (const std::string &_s) |
Overloaded function of castFromString(). More... | |
template<> | |
Nice::Any | Nice::castFromString (const std::string &_s) |
Overloaded function of castFromString(). More... | |
template<typename T > | |
std::string | Nice::castToString (const T &_t) |
Casts a type T to a string. More... | |
template<> | |
std::string | Nice::castToString (const std::string &_t) |
Overloaded function of castToString() More... | |
template<> | |
std::string | Nice::castToString (const Nice::Any &_t) |
Overloaded function of castToString() More... | |