Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
method_property_set Class Template Reference
This class provides method-based write-only property access.
More...
#include <stlsoft_method_properties.h>
List of all members.
|
Public Methods |
| class_type & | operator= (reference_type value) |
| | Provides write-only access to the property.
|
Detailed Description
template<typename V, typename R, typename C, ptrdiff_t(*)() PFnOff, void(C::*)(R) PFnSet>
class stlsoft::method_property_set< V, R, C, PFnOff, PFnSet >
This class provides method-based write-only property access.
The containing class defines a set method. It also defines a static method that contains the offset of the given property from within the container. Then the template is parameterised with the value type, the reference type, the container type, the member function and the offset function.
Member Function Documentation
| class_type& operator= |
( |
reference_type |
value |
) |
[inline] |
|
|
|
Provides write-only access to the property.
|
The documentation for this class was generated from the following file: