|
Jpp
18.5.2
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 23 of file JDAQFrame.hh.
| typedef const JDAQHit* KM3NETDAQ::JDAQFrameSubset::const_iterator |
Definition at line 27 of file JDAQFrame.hh.
| typedef std::reverse_iterator<const_iterator> KM3NETDAQ::JDAQFrameSubset::const_reverse_iterator |
Definition at line 28 of file JDAQFrame.hh.
|
inline |
Constructor.
| number_of_hits | number of hits |
| data | pointer to data |
Definition at line 37 of file JDAQFrame.hh.
|
inline |
Definition at line 43 of file JDAQFrame.hh.
|
inline |
Definition at line 44 of file JDAQFrame.hh.
|
inline |
Definition at line 46 of file JDAQFrame.hh.
|
inline |
Definition at line 47 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 53 of file JDAQFrame.hh.
|
private |
Definition at line 57 of file JDAQFrame.hh.
|
private |
Definition at line 58 of file JDAQFrame.hh.
1.8.5