#include <Property.hpp>
Inheritance diagram for OMF::SetByVal< Self, Type >:
Public Types | |
typedef void(Self::* | Function )(const Type &) |
Public Member Functions | |
SetByVal (Self *self, Function method) | |
virtual void | set (Object *value) |
Public Attributes | |
Self * | _self |
Function | _method |
|
|
|
|
|
Implements OMF::SetMethod.
|
|
|
|
|