Kea  1.5.0
isc::netconf::slice< T, S > Class Template Reference

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

#include <netconf_parser.h>

Public Member Functions

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

Detailed Description

template<typename T, typename S = stack<T>>
class isc::netconf::slice< T, S >

Present a slice of the top of a stack.

Definition at line 268 of file netconf_parser.h.

Constructor & Destructor Documentation

◆ slice()

template<typename T , typename S = stack<T>>
isc::netconf::slice< T, S >::slice ( const S &  stack,
int  range 
)
inline

Definition at line 271 of file netconf_parser.h.

Member Function Documentation

◆ operator[]()

template<typename T , typename S = stack<T>>
const T& isc::netconf::slice< T, S >::operator[] ( int  i) const
inline

Definition at line 277 of file netconf_parser.h.


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