CDT  1.4.2
C++ library for constrained Delaunay triangulation
 
Loading...
Searching...
No Matches
CDT::detail::FixedCapacityQueue< T > Class Template Reference

Public Member Functions

 FixedCapacityQueue (const std::size_t capacity)
 
bool empty () const
 
const T & front () const
 
void pop ()
 
void push (const T &t)
 
void push (const T &&t)
 

Detailed Description

template<typename T>
class CDT::detail::FixedCapacityQueue< T >

Definition at line 1938 of file Triangulation.hpp.

Constructor & Destructor Documentation

◆ FixedCapacityQueue()

template<typename T>
CDT::detail::FixedCapacityQueue< T >::FixedCapacityQueue ( const std::size_t capacity)
inline

Definition at line 1941 of file Triangulation.hpp.

Member Function Documentation

◆ empty()

template<typename T>
bool CDT::detail::FixedCapacityQueue< T >::empty ( ) const
inline

Definition at line 1947 of file Triangulation.hpp.

◆ front()

template<typename T>
const T & CDT::detail::FixedCapacityQueue< T >::front ( ) const
inline

Definition at line 1951 of file Triangulation.hpp.

◆ pop()

template<typename T>
void CDT::detail::FixedCapacityQueue< T >::pop ( )
inline

Definition at line 1955 of file Triangulation.hpp.

◆ push() [1/2]

template<typename T>
void CDT::detail::FixedCapacityQueue< T >::push ( const T && t)
inline

Definition at line 1973 of file Triangulation.hpp.

◆ push() [2/2]

template<typename T>
void CDT::detail::FixedCapacityQueue< T >::push ( const T & t)
inline

Definition at line 1963 of file Triangulation.hpp.


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