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 O>
 S (const TypedHandle< O > &h)
 Create a new SubscriptHandle from the TypedHandle with a type conversion.
 SubscriptHandle (T *o)
 Create a new SubscriptHandle from the raw pointer.
 S (const SubscriptHandle< T, ET, IT > &h)
 The copy constructor.
 ~SubscriptHandle ()
 The destructor.
ElementType & operator[] (IT i) const
 The subscript operator.

The documentation for this class was generated from the following file: Copyright (c) 2000-2008 Oracle. All rights reserved.