Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
Classes | Namespaces
OrderedQueue.hpp File Reference
#include <Pothos/Config.hpp>
#include <Pothos/Util/RingDeque.hpp>
#include <cstdlib>
#include <utility>
#include <vector>
#include <cassert>

Go to the source code of this file.

Classes

class  Pothos::Util::OrderedQueue< T >
 

Namespaces

 Pothos
 
 Pothos::Util
 

Detailed Description

A templated queue that guarantee the ordering of pop when elements are pushed into the queue with an index.