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