|
nxpp
Header-only graph utilities on top of Boost Graph Library
|
Public Member Functions | |
| EdgeProxy (Graph *g, NodeID u, NodeID v) | |
|
template<bool W = Weighted> requires (W) | |
| EdgeProxy & | operator= (EdgeWeight w) |
| Assigns edge weight, creating the edge (u,v) if it does not exist. | |
|
template<bool W = Weighted> requires (W) | |
| operator EdgeWeight () const | |
| EdgeAttrProxy | operator[] (const std::string &key) |
| EdgeAttrProxy | operator[] (const char *key) |