SolidUtils
Classes | Public Member Functions | List of all members
sl::FixedPriorityQueue< K, V >::ValueSet Class Reference

Classes

class  Iterator
 

Public Member Functions

 ValueSet (FixedPriorityQueue< K, V > const *const q)
 Create a new value set. More...
 
Iterator begin () const noexcept
 Get the forward iterator to the start of the set. More...
 
Iterator end () const noexcept
 Get the forward iterator to the end of the set. More...
 

Constructor & Destructor Documentation

◆ ValueSet()

template<typename K, typename V>
sl::FixedPriorityQueue< K, V >::ValueSet::ValueSet ( FixedPriorityQueue< K, V > const *const  q)
inline

Create a new value set.

Parameters
qThe priority queue.

Member Function Documentation

◆ begin()

template<typename K, typename V>
Iterator sl::FixedPriorityQueue< K, V >::ValueSet::begin ( ) const
inlinenoexcept

Get the forward iterator to the start of the set.

Returns
The forward iterator.

◆ end()

template<typename K, typename V>
Iterator sl::FixedPriorityQueue< K, V >::ValueSet::end ( ) const
inlinenoexcept

Get the forward iterator to the end of the set.

Returns
The end iterator.

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