osgIntrospection::ValueReflector< T > Struct Template Reference

Inheritance diagram for osgIntrospection::ValueReflector< T >:

osgIntrospection::Reflector< T > osgIntrospection::AtomicValueReflector< T > osgIntrospection::EnumReflector< T > osgIntrospection::StdListReflector< T, VT > osgIntrospection::StdMapReflector< T, IT, VT > osgIntrospection::StdPairReflector< T, PT1, PT2 > osgIntrospection::StdSetReflector< T, VT > osgIntrospection::StdVectorReflector< T, VT > osgIntrospection::WAtomicValueReflector< T > List of all members.

Public Types

typedef ValueReflector< T > inherited
typedef ValueInstanceCreator<
typename Reflector< T
>::reflected_type
instance_creator_type

Public Member Functions

 ValueReflector (const std::string &name, const std::string &ns)
 ValueReflector (const std::string &qname)

Detailed Description

template<typename T>
struct osgIntrospection::ValueReflector< T >

This reflector ought to be used to describe types that can be created on the stack. 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.


Member Typedef Documentation

template<typename T>
typedef ValueReflector<T> osgIntrospection::ValueReflector< T >::inherited

Reimplemented from osgIntrospection::Reflector< T >.

Reimplemented in osgIntrospection::EnumReflector< T >.

template<typename 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 >.


Constructor & Destructor Documentation

template<typename T>
osgIntrospection::ValueReflector< T >::ValueReflector ( const std::string &  name,
const std::string &  ns 
) [inline]

template<typename T>
osgIntrospection::ValueReflector< T >::ValueReflector ( const std::string &  qname  )  [inline]


The documentation for this struct was generated from the following file:
Generated on Sun Oct 1 13:17:11 2006 for openscenegraph by  doxygen 1.4.7