|
OpenSceneGraph 2.8.4
|
This class allows to define the means for reflecting STL associative containers which hold pairs of key+value, such as std::map. More...

Classes | |
| struct | Getter |
| struct | Indexer |
| struct | Remover |
| struct | Setter |
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) | |
This class allows to define the means for reflecting STL associative containers which hold pairs of key+value, such as std::map.
| typedef T::const_iterator osgIntrospection::StdMapReflector< T, IT, VT >::const_iterator |
| 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::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] |
| Generated at Tue May 3 2011 13:35:29 for the OpenSceneGraph by doxygen 1.7.4. |