ROOT-Sim core  3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
Public Attributes | List of all members
graph_node Struct Reference

A node in the topology adjacency matrix. More...

Collaboration diagram for graph_node:
Collaboration graph
[legend]

Public Attributes

lp_id_t neighbor
 
double probability
 
struct graph_nodenext
 
struct graph_nodeprev
 

Detailed Description

A node in the topology adjacency matrix.

Member Data Documentation

◆ neighbor

lp_id_t graph_node::neighbor

The ID of the neighbor

◆ next

struct graph_node* graph_node::next

Next node in the adjacency list

◆ prev

struct graph_node* graph_node::prev

Next node in the adjacency list

◆ probability

double graph_node::probability

The probability to traverse this edge


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