armarx::aron::conversion::util Namespace Reference

Functions

template<class T>
std::map< T, std::string > InvertMap (const std::map< std::string, T > &m)
 
template<class T>
std::map< std::string, TInvertMap (const std::map< T, std::string > &m)
 
template<class T1, class T2>
std::map< T2, T1 > InvertMap (const std::map< T1, T2 > &m)
 

Function Documentation

◆ InvertMap() [1/3]

template<class T>
std::map< T, std::string > InvertMap ( const std::map< std::string, T > & m)

Definition at line 48 of file Descriptor.h.

+ Here is the call graph for this function:

◆ InvertMap() [2/3]

template<class T>
std::map< std::string, T > InvertMap ( const std::map< T, std::string > & m)

Definition at line 55 of file Descriptor.h.

+ Here is the call graph for this function:

◆ InvertMap() [3/3]

template<class T1, class T2>
std::map< T2, T1 > InvertMap ( const std::map< T1, T2 > & m)

Definition at line 36 of file Descriptor.h.

+ Here is the caller graph for this function: