Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/SubscriptHolder.hpp>
Inherits TypedHolder< T >.
A TypedHolder implementation which supports automatic delegation of the subscript operator.
Public Member Functions |
|
| SubscriptHolder () | |
| Create an empty SubscriptHolder. | |
| template<class DT> | |
| S (const TypedHandle< DT > &that) | |
| Create a new SubscriptHolder from the TypedHandle with a type conversion. | |
| template<class DT> | |
| S (const TypedHolder< DT > &that) | |
| Create a new SubscriptHolder from the TypedHolder with a type conversion. | |
| SubscriptHolder (T *o) | |
| Create a new SubscriptHolder from the raw pointer. | |
| S (const SubscriptHolder< T, ET, IT > &that) | |
| The copy constructor. | |
| ElementType & | operator[] (IT i) const |
| The subscript operator. | |
The documentation for this class was generated from the following file: