|
|
typedef T_Cage | Cage |
| |
|
typedef unsigned | EdgeID |
| |
|
typedef Cage::GraphPolicy | GraphPolicy |
| |
|
typedef Cage::Vertex | Vertex |
| |
|
typedef Cage::Event | Event |
| |
|
typedef GraphPolicy::EdgeProperty | EdgeProperty |
| |
|
typedef GraphPolicy::VertexProperty | VertexProperty |
| |
|
|
| CommunicationEdge (const EdgeID id, Vertex source, Vertex target, EdgeProperty &edgeProperty, Cage &cage) |
| |
|
EdgeProperty & | operator() () |
| |
|
CommunicationEdge | inverse () |
| |
|
template<class T_Send > |
| Event | operator<< (const T_Send &data) |
| |
|
template<class T_Recv > |
| void | operator>> (T_Recv &data) |
| |
|
|
EdgeID | id |
| |
|
Vertex | target |
| |
|
Vertex | source |
| |
|
EdgeProperty & | edgeProperty |
| |
|
Cage & | cage |
| |
The documentation for this struct was generated from the following file: