|
#include "PropertyDefinition.hpp"
#include <Ice/Properties.h>
#include <SimoxUtility/algorithm/string/string_tools.h>
#include <boost/regex.hpp>
#include <boost/lexical_cast.hpp>
#include <regex>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
template<> | |
bool | PropertyDefinition_lexicalCastTo< bool > (std::string const &input) |
template<> | |
char | PropertyDefinition_lexicalCastTo< char > (std::string const &input) |
template<> | |
double | PropertyDefinition_lexicalCastTo< double > (std::string const &input) |
template<> | |
float | PropertyDefinition_lexicalCastTo< float > (std::string const &input) |
template<> | |
int | PropertyDefinition_lexicalCastTo< int > (std::string const &input) |
template<> | |
long | PropertyDefinition_lexicalCastTo< long > (std::string const &input) |
template<> | |
unsigned char | PropertyDefinition_lexicalCastTo< unsigned char > (std::string const &input) |
template<> | |
unsigned int | PropertyDefinition_lexicalCastTo< unsigned int > (std::string const &input) |
template<> | |
unsigned long | PropertyDefinition_lexicalCastTo< unsigned long > (std::string const &input) |
std::string | PropertyDefinition_lexicalCastToString (double input) |
std::string | PropertyDefinition_lexicalCastToString (float input) |
std::string | PropertyDefinition_lexicalCastToString (int input) |
std::string | PropertyDefinition_lexicalCastToString (long input) |
std::string | PropertyDefinition_lexicalCastToString (std::string const &input) |
std::string | PropertyDefinition_lexicalCastToString (unsigned int input) |
std::string | PropertyDefinition_lexicalCastToString (unsigned long input) |
bool | PropertyDefinition_matchRegex (std::string const ®ex, std::string const &value) |
IceUtil::Time | PropertyDefinition_parseIceUtilTime (std::string const &input) |
std::map< std::string, std::string > | PropertyDefinition_parseMapStringString (const std::string &input) |
std::vector< std::string > | PropertyDefinition_parseVectorString (std::string const &input) |
std::string | PropertyDefinition_toLowerCopy (const std::string &input) |