Pothos  0.3.3-g32d3017c
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Namespaces
RingDeque.hpp File Reference
#include <Pothos/Config.hpp>
#include <cstdlib>
#include <vector>
#include <cassert>

Go to the source code of this file.

Classes

class  Pothos::Util::RingDeque< T >
 

Namespaces

 Pothos
 
 Pothos::Util
 

Detailed Description

A templated double ended queue implemented on top of a vector.