Public Types | |
typedef ValueReflector< T > ::instance_creator_type | instance_creator_type |
typedef T::iterator | iterator |
typedef T::const_iterator | const_iterator |
typedef T::key_type | key_type |
typedef T::mapped_type | mapped_type |
Public Member Functions | |
StdMapReflector (const std::string &name) | |
Classes | |
struct | Getter |
struct | Indexer |
struct | Remover |
struct | Setter |
typedef ValueReflector<T>::instance_creator_type osgIntrospection::StdMapReflector< T, IT, VT >::instance_creator_type |
Reimplemented from osgIntrospection::ValueReflector< T >.
typedef T::iterator osgIntrospection::StdMapReflector< T, IT, VT >::iterator |
typedef T::const_iterator osgIntrospection::StdMapReflector< T, IT, VT >::const_iterator |
typedef T::key_type osgIntrospection::StdMapReflector< T, IT, VT >::key_type |
typedef T::mapped_type osgIntrospection::StdMapReflector< T, IT, VT >::mapped_type |
osgIntrospection::StdMapReflector< T, IT, VT >::StdMapReflector | ( | const std::string & | name | ) | [inline] |