DPsim
Loading...
Searching...
No Matches
CPS::Graph::Edge Class Reference
Inheritance diagram for CPS::Graph::Edge:
[legend]
Collaboration diagram for CPS::Graph::Edge:
[legend]

Public Member Functions

 Edge (Graph *g, const String &name, Node *head, Node *tail)
 
- Public Member Functions inherited from CPS::Graph::Element
void set (const String &key, const String &value, bool html=false)
 

Public Attributes

Agedge_t * mEdge
 

Additional Inherited Members

- Protected Attributes inherited from CPS::Graph::Element
void * mPtr
 
int mKind
 

Detailed Description

Definition at line 41 of file Graph.h.

Constructor & Destructor Documentation

◆ Edge()

CPS::Graph::Edge::Edge ( Graph * g,
const String & name,
Node * head,
Node * tail )

Definition at line 93 of file Graph.cpp.

Member Data Documentation

◆ mEdge

Agedge_t* CPS::Graph::Edge::mEdge

Definition at line 43 of file Graph.h.


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