#include <DoubleRepr.hpp>
Inheritance diagram for Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >:


Public Member Functions | |
| DoubleRepr () | |
| void | clear () |
| VECTOR_OL::iterator | erase (typename VECTOR_OL::iterator pos) |
| bool | lookup (item_t label, void *&subtrie) |
| void | insert (const std::vector< Edge > &new_edges) |
| OrderedEdgelist () | |
| void * | find (item_t item) const |
| void | findForward (item_t label, typename VECTOR_OL::iterator &hint) const |
| void | findForwardNoBoundaryCheck (item_t label, typename VECTOR_OL::iterator &hint) const |
| void | findBackward (item_t label, typename VECTOR_OL::iterator &hint) const |
| void | findBackwardNoBoundaryCheck (item_t label, typename VECTOR_OL::iterator &hint) const |
| void *& | findOrCreate (item_t label) |
| bool | lookup (item_t label, void *&subtrie) const |
| void | lookupNocheck (item_t label, void *&subtrie) const |
| void | lookupNoUppercheck (item_t label, void *&subtrie) const |
| void | lower_bound (typename VECTOR_OL::iterator &it, item_t label) |
| item_t | largestEdgelabel () const |
| item_t | smallestEdgelabel () const |
| Edgelist () | |
| size_t | edgeNumber () const |
Private Attributes | |
| OffsetIndexVector< VECTOR_OI > | offsetindexvector |
Definition at line 14 of file DoubleRepr.hpp.
|
|||||||||
|
Definition at line 20 of file DoubleRepr.hpp. |
|
|||||||||
|
Definition at line 21 of file DoubleRepr.hpp. References Bodon::OffsetIndexVector< VECTOR >::clear(), and Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::offsetindexvector. |
|
|
Definition at line 21 of file Edgelist.hpp. |
|
|
Definition at line 39 of file Edgelist.hpp. |
|
||||||||||
|
Definition at line 26 of file DoubleRepr.hpp. References Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::offsetindexvector, and Bodon::OffsetIndexVector< VECTOR >::quickErase(). |
|
|
Reimplemented from Bodon::Edgelist< VECTOR_OL >. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Bodon::Edgelist< VECTOR_OL >. |
|
||||||||||
|
Reimplemented from Bodon::Edgelist< VECTOR_OL >. Definition at line 48 of file DoubleRepr.hpp. References Bodon::OffsetIndexVector< VECTOR >::insert(), and Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::offsetindexvector. |
|
|
Definition at line 43 of file OrderedEdgelist.hpp. |
|
||||||||||||
|
Reimplemented from Bodon::Edgelist< VECTOR_OL >. |
|
||||||||||||||||
|
Definition at line 32 of file DoubleRepr.hpp. References Bodon::OffsetIndexVector< VECTOR >::lookup(), and Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::offsetindexvector. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 35 of file OrderedEdgelist.hpp. References Bodon::OrderedEdgelist< VECTOR >::lookupNocheck(). |
|
||||||||||||
|
Definition at line 39 of file OrderedEdgelist.hpp. |
|
|
Definition at line 18 of file OrderedEdgelist.hpp. |
|
|
Definition at line 47 of file OrderedEdgelist.hpp. |
|
|||||
|
Definition at line 17 of file DoubleRepr.hpp. Referenced by Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::clear(), Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::erase(), Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::insert(), and Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >::lookup(). |
1.4.4