Kea  1.9.9-git
isc::eval::EvalParser::stack< T, S >::slice Class Reference

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

#include <parser.h>

Public Member Functions

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

Detailed Description

template<typename T, typename S = std::vector<T>>
class isc::eval::EvalParser::stack< T, S >::slice

Present a slice of the top of a stack.

Definition at line 2320 of file parser.h.

Constructor & Destructor Documentation

template<typename T, typename S = std::vector<T>>
isc::eval::EvalParser::stack< T, S >::slice::slice ( const stack &  stack,
index_type  range 
)
inline

Definition at line 2323 of file parser.h.

Member Function Documentation

template<typename T, typename S = std::vector<T>>
const T& isc::eval::EvalParser::stack< T, S >::slice::operator[] ( index_type  i) const
inline

Definition at line 2329 of file parser.h.


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