Public Types | |
typedef P C::* | MemberType |
Public Member Functions | |
PublicMemberAccessor (MemberType m) | |
virtual Value | get (Value &instance) const |
virtual Value | get (const Value &instance) const |
virtual void | set (Value &instance, const Value &v) const |
Public Attributes | |
P C::* | _m |
typedef P C::* osgIntrospection::PublicMemberAccessor< C, P >::MemberType |
osgIntrospection::PublicMemberAccessor< C, P >::PublicMemberAccessor | ( | MemberType | m | ) | [inline] |
virtual Value osgIntrospection::PublicMemberAccessor< C, P >::get | ( | Value & | instance | ) | const [inline, virtual] |
Reimplemented from osgIntrospection::PropertyGetter.
virtual Value osgIntrospection::PublicMemberAccessor< C, P >::get | ( | const Value & | instance | ) | const [inline, virtual] |
Reimplemented from osgIntrospection::PropertyGetter.
virtual void osgIntrospection::PublicMemberAccessor< C, P >::set | ( | Value & | instance, | |
const Value & | v | |||
) | const [inline, virtual] |
Reimplemented from osgIntrospection::PropertySetter.
P C::* osgIntrospection::PublicMemberAccessor< C, P >::_m |