CircularBuffer.H File Reference
Include dependency graph for CircularBuffer.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CircularBuffer< T >
 A simple list of objects of type <T> that is intended to be used as a circular buffer (eg, a FIFO) when the alloc/free overhead associated with a linked-list approach is to be avoided. More...
 
class  CircularBuffer< T >::const_iterator
 A simple forward const iterator for a circular buffer. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
Istream & operator>> (Istream &is, CircularBuffer< T > &rhs)
 Read buffer contents from Istream. More...
 
template<class T >
Ostream & operator<< (Ostream &os, const CircularBuffer< T > &rhs)
 

Detailed Description

Original source file CircularBuffer.H

Definition in file CircularBuffer.H.