My Project
|
Public Member Functions | |
CircBuf (unsigned n=1) | |
CircBuf (const CircBuf< type > &objToBeCopied) | |
CircBuf (CircBuf< type > &objToBeCopied) | |
void | operator= (const CircBuf< type > &objToBeAssigned) |
void | operator= (CircBuf< type > &objToBeAssigned) |
void | push (type) |
type | newest () |
type | oldest () |
unsigned | size () |
unsigned | nInBuffer () |
void | resize (unsigned n) |
void | initialize (unsigned n) |
void | copy (type *ptr) |
std::valarray< type > | copy () |