The yarp::profiler::graph::Edge class. More...
#include <yarp/profiler/Graph.h>
Public Member Functions | |
Edge (const yarp::profiler::graph::Vertex &firstV, const yarp::profiler::graph::Vertex &secondV, yarp::os::Property property="") | |
yarp::profiler::graph::Edge | |
Edge (const Edge &edge) | |
virtual | ~Edge () |
const yarp::profiler::graph::Vertex & | first () const |
const yarp::profiler::graph::Vertex & | second () const |
virtual bool | operator== (const yarp::profiler::graph::Edge &edge) const |
Public Attributes | |
yarp::os::Property | property |
The yarp::profiler::graph::Edge class.
Edge::Edge | ( | const yarp::profiler::graph::Vertex & | firstV, |
const yarp::profiler::graph::Vertex & | secondV, | ||
yarp::os::Property | property = "" |
||
) |
|
virtualdefault |
|
virtual |
yarp::os::Property yarp::profiler::graph::Edge::property |