librostlab-blast  1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
rostlab::blast::slice< T, S > Class Template Reference

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

#include <blast-parser-stack.h>

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 rostlab::blast::slice< T, S >

Present a slice of the top of a stack.

Definition at line 110 of file blast-parser-stack.h.


Constructor & Destructor Documentation

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

Definition at line 114 of file blast-parser-stack.h.


Member Function Documentation

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

Definition at line 122 of file blast-parser-stack.h.


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