Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
step::parser::stack< T, S >::slice Class Reference

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

#include <step.tab.hxx>

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 step::parser::stack< T, S >::slice

Present a slice of the top of a stack.

Constructor & Destructor Documentation

◆ slice()

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

Member Function Documentation

◆ operator[]()

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

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