TwiceAsNice  2019-02-18
Namespaces | Functions
Cast.h File Reference
#include <IceUtil/IceUtil.h>
#include <Nice/Property/Any.h>
Include dependency graph for Cast.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 Nice
 

 

Functions

template<typename 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...