librostlab-blast  1.0.1
Public Member Functions | List of all members
rostlab::blast::parser::stack< T, S >::slice Class Reference

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

#include <blast-parser-parser.h>

Public Member Functions

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

Detailed Description

template<typename T, typename S = std::vector<T>>
class rostlab::blast::parser::stack< T, S >::slice

Present a slice of the top of a stack.

Definition at line 647 of file blast-parser-parser.h.

Constructor & Destructor Documentation

◆ slice()

template<typename T, typename S = std::vector<T>>
rostlab::blast::parser::stack< T, S >::slice::slice ( const stack &  stack,
int  range 
)
inline

Definition at line 650 of file blast-parser-parser.h.

Member Function Documentation

◆ operator[]()

template<typename T, typename S = std::vector<T>>
const T& rostlab::blast::parser::stack< T, S >::slice::operator[] ( int  i) const
inline

Definition at line 656 of file blast-parser-parser.h.


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