StringHelperTemplates.h File Reference
#include "StringHelpers.h"
#include "TemplateMetaProgramming.h"
#include <boost/lexical_cast.hpp>
+ Include dependency graph for StringHelperTemplates.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ToStringFTuple< class >
 
struct  ToStringFTuple< meta::IndexSequence< Is... > >
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::detail
 

Functions

std::vector< std::string > Split (const std::string &source, const std::string &splitBy, bool trimElements=false, bool removeEmptyElements=false)
 
template<std::size_t From, std::size_t To, class... Ts>
std::string TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple)
 
template<std::size_t From, class... Ts>
std::string TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple)
 
template<class... Ts>
std::string TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple)