method_property_set_external Class Template Reference
[Properties Library]

#include <stlsoft/properties/method_properties.hpp>

Inheritance diagram for method_property_set_external:

external_property< 0, 1, 0 >

List of all members.


Detailed Description

template<typename R, typename C, ss_ptrdiff_t(*)() PFnOff, void(C::*)(R) PFnSet>
class stlsoft::method_property_set_external< R, C, PFnOff, PFnSet >

This class provides indirect 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 reference type, the container type, the member function and the offset function.

Public Types

Member Types
typedef R reference_type
typedef C container_type
typedef
method_property_set_external
< R, C, PFnOff, PFnSet > 
class_type

Public Member Functions

Operators
method_property_set_externaloperator= (reference_type value)
 Provides read-only access to the property.


Member Function Documentation

method_property_set_external& operator= ( reference_type  value  )  [inline]

Provides read-only access to the property.


The documentation for this class was generated from the following file:

Generated on Thu Jun 10 08:58:55 2010 for STLSoft by  doxygen 1.5.6