

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. | |
| template<class T> | |
| Ostream & | operator<< (Ostream &os, const CircularBuffer< T > &rhs) |
| Write buffer contents to Ostream, as per CircularBuffer::writeList() with default length. | |
Original source file CircularBuffer.H
Definition in file CircularBuffer.H.