Tatooine
Public Member Functions | Private Types | List of all members
tatooine::time_stamp_queue< T, Timer > Class Template Reference

#include <time_stamp_queue.h>

Inheritance diagram for tatooine::time_stamp_queue< T, Timer >:
[legend]
Collaboration diagram for tatooine::time_stamp_queue< T, Timer >:
[legend]

Public Member Functions

template<typename... Args>
auto emplace (Args &&... args)
 
auto push (T const &t)
 
auto push (T &&t)
 

Private Types

using parent_t = std::priority_queue< std::pair< T, std::chrono::time_point< Timer > >, std::vector< std::pair< T, std::chrono::time_point< Timer > > >, time_stamp_queue_components_type< T, Timer > >
 

Member Typedef Documentation

◆ parent_t

template<typename T , typename Timer = std::chrono::high_resolution_clock>
using tatooine::time_stamp_queue< T, Timer >::parent_t = std::priority_queue< std::pair<T, std::chrono::time_point<Timer> >, std::vector<std::pair<T, std::chrono::time_point<Timer> >>, time_stamp_queue_components_type<T, Timer> >
private

Member Function Documentation

◆ emplace()

template<typename T , typename Timer = std::chrono::high_resolution_clock>
template<typename... Args>
auto tatooine::time_stamp_queue< T, Timer >::emplace ( Args &&...  args)
inline

◆ push() [1/2]

template<typename T , typename Timer = std::chrono::high_resolution_clock>
auto tatooine::time_stamp_queue< T, Timer >::push ( T &&  t)
inline

◆ push() [2/2]

template<typename T , typename Timer = std::chrono::high_resolution_clock>
auto tatooine::time_stamp_queue< T, Timer >::push ( T const &  t)
inline

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