nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
nxpp::Graph< NodeID, EdgeWeight, Directed, Multi, Weighted, OutEdgeSelector, VertexSelector >::EdgeProxy Class Reference

Public Member Functions

 EdgeProxy (Graph *g, NodeID u, NodeID v)
 
template<bool W = Weighted>
requires (W)
EdgeProxyoperator= (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)
 

The documentation for this class was generated from the following file: