Files Classes Functions Hierarchy
#include <cassert>#include <iostream>
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 > | |
| ostream & | operator<< (ostream &os, cirbuffarr< T > const &cir) |
| 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.
| ostream& operator<< | ( | ostream & | os, | |
| cirbuffarr< T > const & | cir | |||
| ) | [inline] |
1.5.8