Assimp  v4.1. (December 2018)
GenericProperty.h File Reference

Functions

template<class T >
const T & GetGenericProperty (const std::map< unsigned int, T > &list, const char *szName, const T &errorReturn)
 
template<class T >
bool HasGenericProperty (const std::map< unsigned int, T > &list, const char *szName)
 
template<class T >
bool SetGenericProperty (std::map< unsigned int, T > &list, const char *szName, const T &value)
 
template<class T >
void SetGenericPropertyPtr (std::map< unsigned int, T * > &list, const char *szName, T *value, bool *bWasExisting=NULL)
 

Function Documentation

◆ GetGenericProperty()

template<class T >
const T& GetGenericProperty ( const std::map< unsigned int, T > &  list,
const char *  szName,
const T &  errorReturn 
)
inline

◆ HasGenericProperty()

template<class T >
bool HasGenericProperty ( const std::map< unsigned int, T > &  list,
const char *  szName 
)
inline

◆ SetGenericProperty()

template<class T >
bool SetGenericProperty ( std::map< unsigned int, T > &  list,
const char *  szName,
const T &  value 
)
inline

◆ SetGenericPropertyPtr()

template<class T >
void SetGenericPropertyPtr ( std::map< unsigned int, T * > &  list,
const char *  szName,
T *  value,
bool *  bWasExisting = NULL 
)
inline