rasdaman base DBMS
|
#include <dbobjectiditerator.hh>
Public Member Functions | |
DBObjectIdIterator (const std::set< DBRef< T >, std::less< DBRef< T > > > &oidlist) | |
DBObjectIdIterator (const DBObjectIdIterator< T > &it) | |
~DBObjectIdIterator () | |
void | reset () |
bool | not_done () const |
void | advance () |
DBRef< T > | get_element () const |
DBObjectIdIterator< T >::DBObjectIdIterator | ( | const std::set< DBRef< T >, std::less< DBRef< T > > > & | oidlist | ) |
DBObjectIdIterator< T >::DBObjectIdIterator | ( | const DBObjectIdIterator< T > & | it | ) |
DBObjectIdIterator< T >::~DBObjectIdIterator | ( | ) |
void DBObjectIdIterator< T >::advance | ( | ) |
DBRef<T> DBObjectIdIterator< T >::get_element | ( | ) | const |
bool DBObjectIdIterator< T >::not_done | ( | ) | const |
void DBObjectIdIterator< T >::reset | ( | ) |