My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::CircBuf< type > Class Template Reference

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 ()
 

The documentation for this class was generated from the following file: