
Public Types | |
| typedef ValueReflector< T > | inherited |
| typedef ValueInstanceCreator < typename Reflector < T > ::reflected_type > | instance_creator_type |
| typedef ProtectedConstructorInstanceCreator < typename Reflector < T > ::reflected_type > | invalid_instance_creator_type |
Public Member Functions | |
| ValueReflector (const std::string &name, const std::string &ns) | |
| ValueReflector (const std::string &qname) | |
Such types are for example int, double, std::string, or other (possibly small) user-defined structs or classes. The instance creator associated to types created through this reflector will create Value objects whose internal type is T.
| typedef ValueReflector<T> osgIntrospection::ValueReflector< T >::inherited |
Reimplemented from osgIntrospection::Reflector< T >.
Reimplemented in osgIntrospection::EnumReflector< T >.
| typedef ValueInstanceCreator<typename Reflector<T>::reflected_type> osgIntrospection::ValueReflector< T >::instance_creator_type |
Reimplemented in osgIntrospection::AtomicValueReflector< T >, osgIntrospection::WAtomicValueReflector< T >, osgIntrospection::EnumReflector< T >, osgIntrospection::StdVectorReflector< T, VT >, osgIntrospection::StdSetReflector< T, VT >, osgIntrospection::StdListReflector< T, VT >, osgIntrospection::StdMapReflector< T, IT, VT >, and osgIntrospection::StdPairReflector< T, PT1, PT2 >.
| typedef ProtectedConstructorInstanceCreator<typename Reflector<T>::reflected_type> osgIntrospection::ValueReflector< T >::invalid_instance_creator_type |
| osgIntrospection::ValueReflector< T >::ValueReflector | ( | const std::string & | name, | |
| const std::string & | ns | |||
| ) | [inline] |
| osgIntrospection::ValueReflector< T >::ValueReflector | ( | const std::string & | qname | ) | [inline] |