1#ifndef CHI_DIRECTED_GRAPH_VERTEX_H
2#define CHI_DIRECTED_GRAPH_VERTEX_H
43 this->context = in_v.context;
48 in_v.context =
nullptr;
53 if (
this == &in_v)
return *
this;
67 this->context = in_v.context;
72 in_v.context =
nullptr;
79 return other.
id == this->
id;
GraphVertex & operator=(GraphVertex &&in_v) noexcept
std::set< size_t > ds_edge
GraphVertex(size_t in_id, void *in_context)
bool operator==(const GraphVertex &other) const
GraphVertex & operator=(const GraphVertex &in_v)
GraphVertex(const GraphVertex &in_v)
GraphVertex(GraphVertex &&in_v) noexcept
GraphVertex(size_t in_id)
std::map< size_t, double > ds_weights
std::set< size_t > us_edge
std::map< size_t, double > us_weights