ATLAS Offline Software
|
proxy class for representing an lvalue to an element of PackedArray
.
More...
#include <PackedArray.h>
Public Member Functions | |
proxy (PackedArray &arr, size_type n) | |
Constructor, from a PackedArray and index n . More... | |
operator value_type () const | |
Retrieve the element referenced by the proxy. More... | |
proxy & | operator= (value_type v) |
Set the element referenced by the proxy to v . More... | |
Private Attributes | |
PackedArray & | m_arr |
Reference to the container referenced by the proxy. More... | |
size_type | m_n |
Index of the element referenced by the proxy. More... | |
proxy class for representing an lvalue to an element of PackedArray
.
Definition at line 57 of file PackedArray.h.
|
inline |
Constructor, from a PackedArray
and index n
.
Definition at line 61 of file PackedArray.h.
|
inline |
Retrieve the element referenced by the proxy.
Definition at line 64 of file PackedArray.h.
|
inline |
|
private |
Reference to the container referenced by the proxy.
Definition at line 71 of file PackedArray.h.
|
private |
Index of the element referenced by the proxy.
Definition at line 74 of file PackedArray.h.