the VFATFrameCollection interator More...
#include <VFATFrameCollection.h>
Public Member Functions | |
const VFATFrame * | Data () |
returns the frame data of the current element More... | |
bool | IsEnd () |
returns whether the iterator points over the end of the collection More... | |
Iterator (const VFATFrameCollection *c=NULL) | |
constructor, automatically sets the iterator to the beginning More... | |
void | Next () |
shifts the iterator More... | |
TotemFramePosition | Position () |
returns the DAQ position of the current element More... | |
Protected Attributes | |
const VFATFrameCollection * | collection |
the pointer to the collection More... | |
value_type | value |
interator value More... | |
the VFATFrameCollection interator
Definition at line 47 of file VFATFrameCollection.h.
|
inline |
constructor, automatically sets the iterator to the beginning
Definition at line 57 of file VFATFrameCollection.h.
References VFATFrameCollection::BeginIterator(), collection, and value.
|
inline |
returns the frame data of the current element
Definition at line 65 of file VFATFrameCollection.h.
References value.
|
inline |
returns whether the iterator points over the end of the collection
Definition at line 73 of file VFATFrameCollection.h.
References collection, VFATFrameCollection::IsEndIterator(), and value.
|
inline |
shifts the iterator
Definition at line 69 of file VFATFrameCollection.h.
References collection, VFATFrameCollection::NextIterator(), and value.
|
inline |
returns the DAQ position of the current element
Definition at line 61 of file VFATFrameCollection.h.
References value.
|
protected |
the pointer to the collection
Definition at line 53 of file VFATFrameCollection.h.
Referenced by IsEnd(), Iterator(), and Next().
|
protected |
interator value
Definition at line 50 of file VFATFrameCollection.h.
Referenced by timeout.TimedOutExc::__str__(), average.Average::average(), Data(), IsEnd(), Iterator(), Next(), and Position().