#include <stack.hh>
Public Member Functions | |
slice (const S &stack, unsigned int range) | |
const T & | operator[] (unsigned int i) const |
Private Attributes | |
const S & | stack_ |
unsigned int | range_ |
Definition at line 105 of file stack.hh.
example::slice< T, S >::slice | ( | const S & | stack, | |
unsigned int | range | |||
) | [inline] |
const T& example::slice< T, S >::operator[] | ( | unsigned int | i | ) | const [inline] |
Definition at line 117 of file stack.hh.
References example::slice< T, S >::range_, and example::slice< T, S >::stack_.
const S& example::slice< T, S >::stack_ [private] |
unsigned int example::slice< T, S >::range_ [private] |