dune-typetree  2.5.0
Classes | Public Member Functions | List of all members
Dune::TypeTree::FixedCapacityStackView< T > Class Template Reference

#include <dune/typetree/fixedcapacitystack.hh>

Inheritance diagram for Dune::TypeTree::FixedCapacityStackView< T >:
Inheritance graph

Classes

struct  Impl
 

Public Member Functions

 FixedCapacityStackView (Impl &impl)
 
std::size_t size () const
 
std::size_t capacity () const
 
bool empty () const
 
bool full () const
 
void push_back (const T &t)
 
void pop_back ()
 
T & back ()
 
const T & back () const
 
T & front ()
 
const T & front () const
 
T & operator[] (std::size_t k)
 
const T & operator[] (std::size_t k) const
 

Constructor & Destructor Documentation

§ FixedCapacityStackView()

template<typename T >
Dune::TypeTree::FixedCapacityStackView< T >::FixedCapacityStackView ( Impl impl)
inline

Member Function Documentation

§ back() [1/2]

template<typename T >
T& Dune::TypeTree::FixedCapacityStackView< T >::back ( )
inline

§ back() [2/2]

template<typename T >
const T& Dune::TypeTree::FixedCapacityStackView< T >::back ( ) const
inline

§ capacity()

template<typename T >
std::size_t Dune::TypeTree::FixedCapacityStackView< T >::capacity ( ) const
inline

§ empty()

template<typename T >
bool Dune::TypeTree::FixedCapacityStackView< T >::empty ( ) const
inline

§ front() [1/2]

template<typename T >
T& Dune::TypeTree::FixedCapacityStackView< T >::front ( )
inline

§ front() [2/2]

template<typename T >
const T& Dune::TypeTree::FixedCapacityStackView< T >::front ( ) const
inline

§ full()

template<typename T >
bool Dune::TypeTree::FixedCapacityStackView< T >::full ( ) const
inline

§ operator[]() [1/2]

template<typename T >
T& Dune::TypeTree::FixedCapacityStackView< T >::operator[] ( std::size_t  k)
inline

§ operator[]() [2/2]

template<typename T >
const T& Dune::TypeTree::FixedCapacityStackView< T >::operator[] ( std::size_t  k) const
inline

§ pop_back()

template<typename T >
void Dune::TypeTree::FixedCapacityStackView< T >::pop_back ( )
inline

§ push_back()

template<typename T >
void Dune::TypeTree::FixedCapacityStackView< T >::push_back ( const T &  t)
inline

§ size()

template<typename T >
std::size_t Dune::TypeTree::FixedCapacityStackView< T >::size ( ) const
inline

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