|
template<typename T > |
static void | unwrapList (std::vector< T > &list, const Glib::VariantContainerBase &wrapped) |
|
static std::vector< Glib::ustring > | stdStringVecToGlibStringVec (const std::vector< std::string > &strv) |
|
static std::vector< std::string > | glibStringVecToStdStringVec (const std::vector< Glib::ustring > &strv) |
|
static std::map< std::string, std::string > | glibStringMapToStdStringMap (const std::map< Glib::ustring, Glib::ustring > &strm) |
|
template<typename T0 , typename T1 > |
static std::vector< T1 > | mapVector (const std::vector< T0 > &vector0, std::function< T1(T0)> mapFunction) |
|
The documentation for this class was generated from the following file: