spot  1.1.4
Public Member Functions | Private Attributes | List of all members
eltlyy::slice< T, S > Class Template Reference

Present a slice of the top of a stack. More...

#include <eltlparse/stack.hh>

Collaboration diagram for eltlyy::slice< T, S >:
Collaboration graph

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_
 

Detailed Description

template<class T, class S = stack<T>>
class eltlyy::slice< T, S >

Present a slice of the top of a stack.

Constructor & Destructor Documentation

template<class T , class S = stack<T>>
eltlyy::slice< T, S >::slice ( const S &  stack,
unsigned int  range 
)
inline

Member Function Documentation

template<class T , class S = stack<T>>
const T& eltlyy::slice< T, S >::operator[] ( unsigned int  i) const
inline

Member Data Documentation

template<class T , class S = stack<T>>
unsigned int eltlyy::slice< T, S >::range_
private
template<class T , class S = stack<T>>
const S& eltlyy::slice< T, S >::stack_
private

The documentation for this class was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Mon Jul 29 2013 00:27:25 for spot by doxygen 1.8.4