WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::details::circular_q< T > Class Template Reference

#include <circular_q.h>

Public Types

using item_type = T
 

Public Member Functions

 circular_q (size_t max_items)
 
void push_back (T &&item)
 
void pop_front (T &popped_item)
 
bool empty ()
 
bool full ()
 
size_t overrun_counter () const
 

Detailed Description

template<typename T>
class spdlog::details::circular_q< T >

Definition at line 14 of file circular_q.h.

Member Typedef Documentation

◆ item_type

template<typename T>
using spdlog::details::circular_q< T >::item_type = T

Definition at line 17 of file circular_q.h.

Constructor & Destructor Documentation

◆ circular_q()

template<typename T>
spdlog::details::circular_q< T >::circular_q ( size_t  max_items)
inlineexplicit

Definition at line 19 of file circular_q.h.

Member Function Documentation

◆ empty()

template<typename T>
bool spdlog::details::circular_q< T >::empty ( )
inline

Definition at line 46 of file circular_q.h.

◆ full()

template<typename T>
bool spdlog::details::circular_q< T >::full ( )
inline

Definition at line 51 of file circular_q.h.

◆ overrun_counter()

template<typename T>
size_t spdlog::details::circular_q< T >::overrun_counter ( ) const
inline

Definition at line 57 of file circular_q.h.

◆ pop_front()

template<typename T>
void spdlog::details::circular_q< T >::pop_front ( T &  popped_item)
inline

Definition at line 40 of file circular_q.h.

◆ push_back()

template<typename T>
void spdlog::details::circular_q< T >::push_back ( T &&  item)
inline

Definition at line 26 of file circular_q.h.


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