#include <Edgelist.hpp>
Inheritance diagram for Bodon::Edgelist< VECTOR >:
Public Member Functions | |
Edgelist () | |
void * | find (item_t item) const |
void *& | findOrCreate (item_t label) |
bool | lookup (item_t label, void *&subtrie) const |
void | insert (const std::vector< Edge > &new_edges) |
size_t | edgeNumber () const |
An edge has a label, and an edge points to a subtrie.
Definition at line 18 of file Edgelist.hpp.
|
Definition at line 21 of file Edgelist.hpp. |
|
Definition at line 39 of file Edgelist.hpp. |
|
Reimplemented in Bodon::OrderedEdgelist< VECTOR >, Bodon::OrderedEdgelistDynLookup< VECTOR, THRESHOLD >, and Bodon::OrderedEdgelist< VECTOR_OL >. Definition at line 46 of file Edgelist.hpp. |
|
Reimplemented in Bodon::OrderedEdgelist< VECTOR >, Bodon::OrderedEdgelistDynLookup< VECTOR, THRESHOLD >, and Bodon::OrderedEdgelist< VECTOR_OL >. Definition at line 58 of file Edgelist.hpp. |
|
option II. Reimplemented in Bodon::DoubleRepr< VECTOR_OL, VECTOR_OI >. Definition at line 26 of file Edgelist.hpp. |
|
Reimplemented in Bodon::OrderedEdgelist< VECTOR >, Bodon::OrderedEdgelistDynLookup< VECTOR, THRESHOLD >, and Bodon::OrderedEdgelist< VECTOR_OL >. Definition at line 73 of file Edgelist.hpp. |