Caelum::TypedValuePropertyDescriptor< ValueT > Class Template Reference
Variant of
ValuePropertyDescriptor which allows faster typed get/set methods.
More...
#include <TypeDescriptor.h>
List of all members.
|
Public Member Functions |
virtual const ValueT | getValueTyped (const void *target) const =0 |
| Get the property's value.
|
virtual void | setValueTyped (void *target, const ValueT &value) const =0 |
| Set the property's value.
|
Detailed Description
template<typename ValueT>
class Caelum::TypedValuePropertyDescriptor< ValueT >
Variant of
ValuePropertyDescriptor which allows faster typed get/set methods.
Definition at line 130 of file TypeDescriptor.h.
The documentation for this class was generated from the following file: