HPCToolkit
cct_node_t Struct Reference
Collaboration diagram for cct_node_t:

Public Attributes

int32_t persistent_id
 
uint16_t node_type
 
cct_addr_t addr
 
struct cct_node_tparent
 
struct cct_node_tchildren
 
struct cct_node_tleft
 
struct cct_node_tright
 

Detailed Description

Definition at line 96 of file cct.c.

Member Data Documentation

◆ addr

cct_addr_t cct_node_t::addr

Definition at line 109 of file cct.c.

◆ children

struct cct_node_t* cct_node_t::children

Definition at line 117 of file cct.c.

◆ left

struct cct_node_t* cct_node_t::left

Definition at line 120 of file cct.c.

◆ node_type

uint16_t cct_node_t::node_type

Definition at line 107 of file cct.c.

◆ parent

struct cct_node_t* cct_node_t::parent

Definition at line 116 of file cct.c.

◆ persistent_id

int32_t cct_node_t::persistent_id

Definition at line 105 of file cct.c.

◆ right

struct cct_node_t* cct_node_t::right

Definition at line 121 of file cct.c.


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