ct_common  1.0.1
Common library for combinatorial testing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
yy::slice< T, S > Class Template Reference

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

#include <stack.hh>

List of all members.

Public Member Functions

 slice (const S &stack, unsigned int range)
const T & operator[] (unsigned int i) const

Detailed Description

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

Present a slice of the top of a stack.

Definition at line 106 of file stack.hh.


Constructor & Destructor Documentation

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

Definition at line 110 of file stack.hh.


Member Function Documentation

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

Definition at line 118 of file stack.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines