![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <OutputIterator.h>
Collaboration diagram for pdb::OutputIterator< OutType >:Public Member Functions | |
| bool | operator!= (const OutputIterator &me) const |
| Handle< OutType > & | operator* () const |
| int | getSize () |
| int | getPos () |
| void | operator++ () |
| OutputIterator (PDBCommunicatorPtr connectionIn) | |
| OutputIterator () | |
| ~OutputIterator () | |
Private Attributes | |
| int | size = 0 |
| int | pos = -1 |
| Handle< Vector< Handle < OutType > > > | data |
| Record< Vector< Handle < OutType > > > * | page |
| PDBCommunicatorPtr | connection |
Definition at line 37 of file OutputIterator.h.
|
inline |
|
inline |
Definition at line 145 of file OutputIterator.h.
|
inline |
Definition at line 151 of file OutputIterator.h.
|
inline |
Definition at line 54 of file OutputIterator.h.
|
inline |
Definition at line 50 of file OutputIterator.h.
|
inline |
Definition at line 40 of file OutputIterator.h.
|
inline |
Definition at line 46 of file OutputIterator.h.
|
inline |
|
private |
Definition at line 181 of file OutputIterator.h.
|
private |
Definition at line 179 of file OutputIterator.h.
|
private |
Definition at line 180 of file OutputIterator.h.
|
private |
Definition at line 178 of file OutputIterator.h.
|
private |
Definition at line 177 of file OutputIterator.h.