StringHelperTemplates.h File Reference
#include <boost/lexical_cast.hpp>
#include "StringHelpers.h"
#include "TemplateMetaProgramming.h"
+ 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< meta::IndexSequence< Is... > >
 

Namespaces

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

Functions

template<typename T>
std::vector< TSplit (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)