db_set_iterator(db_container *powner, u_int32_t b_bulk_retrieval=0, bool brmw=false, bool directdbget=true, bool b_read_only=false)
Constructor.
Whether do direct database get rather than using key/data values cached in the iterator whenever read.
db_set_iterator()
Default constructor, dose not create the cursor for now.
db_set_iterator(const db_set_iterator &s)
Copy constructor.
db_set_iterator(const base &bo)
Base copy constructor.
db_set_iterator(const db_set_base_iterator< kdt > &bs)
Sibling copy constructor.
Note that this class does not derive from db_set_base_iterator but from db_map_iterator .
Do not use these constructors to create iterators, but call db_set::begin() or db_multiset::begin() to create valid ones.