Jpp
|
Subset of data frame. More...
#include <JDAQFrame.hh>
Public Types | |
typedef const JDAQHit * | const_iterator |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
Public Member Functions | |
JDAQFrameSubset (const int number_of_hits, const JDAQHit *data) | |
Constructor. More... | |
const_iterator | begin () const |
const_iterator | end () const |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
bool | empty () const |
int | size () const |
const JDAQHit * | data () const |
Private Attributes | |
const int | numberOfHits |
const JDAQHit * | buffer |
Subset of data frame.
Definition at line 28 of file JDAQFrame.hh.
typedef const JDAQHit* KM3NETDAQ::JDAQFrameSubset::const_iterator |
Definition at line 32 of file JDAQFrame.hh.
typedef std::reverse_iterator<const_iterator> KM3NETDAQ::JDAQFrameSubset::const_reverse_iterator |
Definition at line 33 of file JDAQFrame.hh.
|
inline |
Constructor.
number_of_hits | number of hits |
data | pointer to data |
Definition at line 42 of file JDAQFrame.hh.
|
inline |
Definition at line 48 of file JDAQFrame.hh.
|
inline |
Definition at line 49 of file JDAQFrame.hh.
|
inline |
Definition at line 51 of file JDAQFrame.hh.
|
inline |
Definition at line 52 of file JDAQFrame.hh.
|
inline |
Definition at line 54 of file JDAQFrame.hh.
|
inline |
Definition at line 56 of file JDAQFrame.hh.
|
inline |
Definition at line 58 of file JDAQFrame.hh.
|
private |
Definition at line 62 of file JDAQFrame.hh.
|
private |
Definition at line 63 of file JDAQFrame.hh.