YARP
Yet Another Robot Platform
yarp::profiler::graph::MachineVertex Class Reference

#include <yarp/profiler/Graph.h>

+ Inheritance diagram for yarp::profiler::graph::MachineVertex:

Public Member Functions

 MachineVertex (std::string os, const std::string hostname)
 
virtual ~MachineVertex ()
 
bool operator== (const yarp::profiler::graph::Vertex &v1) const override
 
- Public Member Functions inherited from yarp::profiler::graph::GraphicVertex
 GraphicVertex (const yarp::os::Property &prop)
 
void setGraphicItem (void *item)
 
void * getGraphicItem ()
 
- Public Member Functions inherited from yarp::profiler::graph::Vertex
 Vertex (const yarp::os::Property &prop)
 yarp::profiler::graph::Vertex More...
 
 Vertex (const yarp::profiler::graph::Vertex &vertex)
 
virtual ~Vertex ()
 
const edge_setoutEdges () const
 
const edge_setinEdges () const
 
size_t degree () const
 
virtual bool operator< (const Vertex &v1) const
 

Additional Inherited Members

- Public Attributes inherited from yarp::profiler::graph::Vertex
yarp::os::Property property
 

Detailed Description

Definition at line 217 of file Graph.h.

Constructor & Destructor Documentation

◆ MachineVertex()

yarp::profiler::graph::MachineVertex::MachineVertex ( std::string  os,
const std::string  hostname 
)
inline

Definition at line 220 of file Graph.h.

◆ ~MachineVertex()

virtual yarp::profiler::graph::MachineVertex::~MachineVertex ( )
inlinevirtual

Definition at line 224 of file Graph.h.

Member Function Documentation

◆ operator==()

bool yarp::profiler::graph::MachineVertex::operator== ( const yarp::profiler::graph::Vertex v1) const
inlineoverridevirtual

Implements yarp::profiler::graph::Vertex.

Definition at line 226 of file Graph.h.


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