proj home

Files   Classes   Functions   Hierarchy  

cirbuffarr.h File Reference

#include <cassert>
#include <iostream>

Include dependency graph for cirbuffarr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cirbuffarr< T >
 A Circular Buffer Array. More...

Typedefs

typedef unsigned int uint
typedef unsigned int const uintc

Functions

template<typename T >
ostreamoperator<< (ostream &os, cirbuffarr< T > const &cir)


Typedef Documentation

typedef unsigned int uint

Definition at line 10 of file cirbuffarr.h.

typedef unsigned int const uintc

Definition at line 11 of file cirbuffarr.h.


Function Documentation

template<typename T >
ostream& operator<< ( ostream os,
cirbuffarr< T > const &  cir 
) [inline]

Definition at line 84 of file cirbuffarr.h.

00085   { return cir.print(os); }


Generated on Fri Mar 4 00:49:42 2011 for Chelton Evans Source by  doxygen 1.5.8