Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/ValueManipulator.hpp>
Inherits Object.
Inherited by PropertyManipulator [virtual].
ValueManipulator represents a composition of ValueExtractor and ValueManipulator implementations.
Public Types |
|
| typedef spec::Handle | Handle |
| ValueManipulator Handle definition. | |
| typedef spec::View | View |
| ValueManipulator View definition. | |
| typedef spec::Holder | Holder |
| ValueManipulator Holder definition. | |
Public Member Functions |
|
| virtual ValueExtractor::View |
getExtractor () const =0 |
| Retrieve the underlying ValueExtractor reference. | |
| virtual ValueUpdater::View |
getUpdater () const =0 |
| Retrieve the underlying ValueUpdater reference. | |
| virtual ValueExtractor::View getExtractor | ( | ) | const [pure virtual] |
Retrieve the underlying ValueExtractor reference.
Implemented in PropertyManipulator.
| virtual ValueUpdater::View getUpdater | ( | ) | const [pure virtual] |
Retrieve the underlying ValueUpdater reference.
Implemented in PropertyManipulator.
The documentation for this class was generated from the following file: