Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

SubscriptHandle Class Template Reference

#include <coherence/lang/SubscriptHandle.hpp>

Inherits TypedHandle< T >.

List of all members.


Detailed Description

template<class T, class ET, class IT = size32_t>
class coherence::lang::SubscriptHandle< T, ET, IT >

A TypedHandle implementation which supports automatic delegation of the subscript operator.

Author:
mf 2008.05.20

Public Member Functions

 SubscriptHandle ()
 Create an empty SubscriptHandle.
template<class DT>
 S (const TypedHandle< DT > &that)
 Create a new SubscriptHandle from the TypedHandle with a type conversion.
template<class DT>
 S (const TypedHolder< DT > &that)
 Create a new SubscriptHandle from the TypedHolder with a type conversion.
 SubscriptHandle (T *o)
 Create a new SubscriptHandle from the raw pointer.
 S (const SubscriptHandle< 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:
Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.