aimstil
5.0.5
|
Integer access over a random-access container. More...
#include <cathier/accessors.h>
Public Types | |
typedef TIndex | index_type |
typedef TCollection::value_type | value_type |
typedef TCollection::reference | reference |
typedef TCollection::const_reference | const_reference |
Public Member Functions | |
Integer_access (TCollection &data) | |
reference | operator() (index_type i) |
const_reference | operator() (index_type i) const |
Integer access over a random-access container.
Definition at line 28 of file accessors.h.
typedef TCollection::const_reference til::xsr::Integer_access< TCollection, TIndex >::const_reference |
Definition at line 34 of file accessors.h.
typedef TIndex til::xsr::Integer_access< TCollection, TIndex >::index_type |
Definition at line 31 of file accessors.h.
typedef TCollection::reference til::xsr::Integer_access< TCollection, TIndex >::reference |
Definition at line 33 of file accessors.h.
typedef TCollection::value_type til::xsr::Integer_access< TCollection, TIndex >::value_type |
Definition at line 32 of file accessors.h.
|
inline |
Definition at line 40 of file accessors.h.
|
inline |
Definition at line 43 of file accessors.h.
|
inline |
Definition at line 44 of file accessors.h.