boca::TreeReaderArray::Iterator Class Reference
#include <TreeReaderArray.hh>
Inheritance diagram for boca::TreeReaderArray::Iterator:
Collaboration diagram for boca::TreeReaderArray::Iterator:
Public Member Functions | |
| Iterator () | |
| Iterator (std::size_t index, TreeReaderArray *array) | |
| bool | IsValid () const |
| bool | operator== (Iterator const &iter) const |
| bool | operator!= (Iterator const &iter) const |
| Iterator | operator++ (int) |
| Iterator & | operator++ () |
| TObject & | operator* () const |
Constructor & Destructor Documentation
| boca::TreeReaderArray::Iterator::Iterator | ( | ) |
| boca::TreeReaderArray::Iterator::Iterator | ( | std::size_t | index, |
| TreeReaderArray * | array | ||
| ) |
Member Function Documentation
| bool boca::TreeReaderArray::Iterator::IsValid | ( | ) | const |
| bool boca::TreeReaderArray::Iterator::operator!= | ( | Iterator const & | iter | ) | const |
| TObject & boca::TreeReaderArray::Iterator::operator* | ( | ) | const |
| TreeReaderArray::Iterator boca::TreeReaderArray::Iterator::operator++ | ( | int | ) |
| TreeReaderArray::Iterator & boca::TreeReaderArray::Iterator::operator++ | ( | ) |
| bool boca::TreeReaderArray::Iterator::operator== | ( | Iterator const & | iter | ) | const |
The documentation for this class was generated from the following files:
- boca/io/TreeReaderArray.hh
- source/io/TreeReaderArray.cpp
