Skip to content

toStringForRTI

Synopses

Declared in <SageIII/rtiHelpers.h>

template<typename T>
static
std::string
toStringForRTI(T const& x);
template<typename T>
static
std::string
toStringForRTI(std::list<T> const& x);
template<typename K>
static
std::string
toStringForRTI(std::map<K, std::set<PreprocessingInfo*>> const& x);
template<typename T>
static
std::string
toStringForRTI(std::set<T> const& x);
template<typename T>
static
std::string
toStringForRTI(std::unordered_set<T> const& x);
template<typename T>
static
std::string
toStringForRTI(std::vector<T> const& x);
template<typename T>
static
std::string
toStringForRTI(std::vector<std::pair<T, T>> const& x);
template<
    typename K,
    typename V>
static
std::string
toStringForRTI(std::map<K, V> const& x);
template<
    typename K,
    typename V>
static
std::string
toStringForRTI(std::multimap<K, V> const& x);
template<
    typename K,
    typename V>
static
std::string
toStringForRTI(std::unordered_map<K, V> const& x);
template<
    typename F,
    typename S>
static
std::string
toStringForRTI(std::vector<std::pair<F, S>> const& x);

Created with MrDocs