|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
#include <hipoeventiterator.h>
Classes | |
| class | iterator |
Public Types | |
| using | const_iterator = iterator |
Public Member Functions | |
| hipoeventfile (const std::string &filename) | |
| hipoeventfile (hipoeventfile &&other) noexcept=default | |
| hipoeventfile & | operator= (hipoeventfile &&other) noexcept=default |
| hipoeventfile (const hipoeventfile &)=delete | |
| hipoeventfile & | operator= (const hipoeventfile &)=delete |
| iterator | begin () |
| iterator | end () |
Friends | |
| class | iter_event |
|
inlineexplicit |
|
defaultnoexcept |
|
delete |
|
defaultnoexcept |
|
delete |
|
inline |
|
inline |
|
friend |