|
IODA Bundle
|
#include <MDUpdatingIterator.h>
Public Member Functions | |
| MDUpdatingIterator (T &inputIterator, const T &end, const std::vector< std::string > &columns, const std::vector< std::string > &types) | |
| MDUpdatingIterator (const T &end) | |
| ~MDUpdatingIterator () | |
| bool | isNewDataset () |
| double * | data () |
| MetaData & | columns () |
| MDUpdatingIterator & | operator++ () |
| bool | operator!= (const MDUpdatingIterator &o) |
| bool | next () |
Public Attributes | |
| int | refCount_ |
| bool | noMore_ |
Private Member Functions | |
| MDUpdatingIterator (const MDUpdatingIterator &) | |
| MDUpdatingIterator & | operator= (const MDUpdatingIterator &) |
| void | update () |
Private Attributes | |
| T | ii_ |
| const T & | end_ |
| const std::vector< std::string > | columns_ |
| std::vector< size_t > | columnIndices_ |
| const std::vector< std::string > | types_ |
| std::vector< BitfieldDef > | bitfieldDefs_ |
| MetaData | md_ |
| double * | data_ |
Definition at line 24 of file MDUpdatingIterator.h.
| odc::MDUpdatingIterator< T >::MDUpdatingIterator | ( | T & | inputIterator, |
| const T & | end, | ||
| const std::vector< std::string > & | columns, | ||
| const std::vector< std::string > & | types | ||
| ) |
| odc::MDUpdatingIterator< T >::MDUpdatingIterator | ( | const T & | end | ) |
Definition at line 58 of file MDUpdatingIterator.cc.
| odc::MDUpdatingIterator< T >::~MDUpdatingIterator |
Definition at line 70 of file MDUpdatingIterator.cc.
|
private |
| MetaData & odc::MDUpdatingIterator< T >::columns |
|
inline |
| bool odc::MDUpdatingIterator< T >::isNewDataset |
Definition at line 89 of file MDUpdatingIterator.cc.
| bool odc::MDUpdatingIterator< T >::next |
|
inline |
Definition at line 38 of file MDUpdatingIterator.h.
|
inline |
|
private |
|
private |
|
private |
Definition at line 57 of file MDUpdatingIterator.h.
|
private |
Definition at line 55 of file MDUpdatingIterator.h.
|
private |
Definition at line 54 of file MDUpdatingIterator.h.
|
private |
Definition at line 61 of file MDUpdatingIterator.h.
|
private |
Definition at line 52 of file MDUpdatingIterator.h.
|
private |
Definition at line 51 of file MDUpdatingIterator.h.
|
private |
Definition at line 59 of file MDUpdatingIterator.h.
| bool odc::MDUpdatingIterator< T >::noMore_ |
Definition at line 64 of file MDUpdatingIterator.h.
| int odc::MDUpdatingIterator< T >::refCount_ |
Definition at line 63 of file MDUpdatingIterator.h.
|
private |
Definition at line 56 of file MDUpdatingIterator.h.