|
Jpp
17.2.1-pre0
the software that should make you happy
|
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 22 of file JDAQFrame.hh.
| typedef const JDAQHit* KM3NETDAQ::JDAQFrameSubset::const_iterator |
Definition at line 26 of file JDAQFrame.hh.
| typedef std::reverse_iterator<const_iterator> KM3NETDAQ::JDAQFrameSubset::const_reverse_iterator |
Definition at line 27 of file JDAQFrame.hh.
|
inline |
Constructor.
| number_of_hits | number of hits |
| data | pointer to data |
Definition at line 36 of file JDAQFrame.hh.
|
inline |
Definition at line 42 of file JDAQFrame.hh.
|
inline |
Definition at line 43 of file JDAQFrame.hh.
|
inline |
Definition at line 45 of file JDAQFrame.hh.
|
inline |
Definition at line 46 of file JDAQFrame.hh.
|
inline |
Definition at line 48 of file JDAQFrame.hh.
|
inline |
Definition at line 50 of file JDAQFrame.hh.
|
inline |
Definition at line 52 of file JDAQFrame.hh.
|
private |
Definition at line 56 of file JDAQFrame.hh.
|
private |
Definition at line 57 of file JDAQFrame.hh.
1.8.5