rasdaman complete source
|
#include <dbobjectiterator.hh>
Public Member Functions | |
DBObjectIterator (const OIdSet &oidlist) | |
DBObjectIterator (const DBObjectIterator< T > &it) | |
~DBObjectIterator () | |
void | reset () |
bool | not_done () const |
void | advance () |
DBRef< T > | get_element () const |
DBObjectIterator< T >::DBObjectIterator | ( | const OIdSet & | oidlist | ) |
DBObjectIterator< T >::DBObjectIterator | ( | const DBObjectIterator< T > & | it | ) |
DBObjectIterator< T >::~DBObjectIterator | ( | ) |
void DBObjectIterator< T >::advance | ( | ) |
DBRef<T> DBObjectIterator< T >::get_element | ( | ) | const |
bool DBObjectIterator< T >::not_done | ( | ) | const |
void DBObjectIterator< T >::reset | ( | ) |