Inheritance diagram for osgIntrospection::PublicMemberAccessor< C, P >:
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 |
|
|
|
|
|
Reimplemented from osgIntrospection::PropertyGetter. |
|
Reimplemented from osgIntrospection::PropertyGetter. |
|
Reimplemented from osgIntrospection::PropertySetter. |
|
|