#include <coherence/lang/SubscriptHandle.hpp>
Inherits TypedHandle< T >.
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.  | |