Classes | |
class | iter |
Public Types | |
typedef iter< objref, v::iterator, vv::iterator > | iterator |
typedef iter< const objref, v::const_iterator, vv::const_iterator > | const_iterator |
typedef GraphID_t | size_type |
Public Member Functions | |
hashmap (const hashmap &x) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_type | size () const |
void | clear () |
Protected Member Functions | |
objref & | at (GraphID_t i) |
objref | at (GraphID_t i) const |