HPCToolkit
binarytree_s Struct Reference

#include <binarytree.h>

Collaboration diagram for binarytree_s:

Public Attributes

struct binarytree_sleft
 
struct binarytree_sright
 
char val []
 

Detailed Description

Definition at line 98 of file binarytree.h.

Member Data Documentation

◆ left

struct binarytree_s* binarytree_s::left

Definition at line 99 of file binarytree.h.

◆ right

struct binarytree_s* binarytree_s::right

Definition at line 100 of file binarytree.h.

◆ val

char binarytree_s::val[]

Definition at line 101 of file binarytree.h.


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