Electroneum
replay_var Struct Reference

#include <replay.h>

Collaboration diagram for replay_var:

Public Attributes

rbnode_type node
 
char * name
 
char * value
 

Detailed Description

Replay macro variable. And its value.

Definition at line 394 of file replay.h.

Member Data Documentation

◆ name

char* replay_var::name

the variable name

Definition at line 398 of file replay.h.

◆ node

rbnode_type replay_var::node

rbtree node. Key is this structure. Sorted by name.

Definition at line 396 of file replay.h.

◆ value

char* replay_var::value

the variable value

Definition at line 400 of file replay.h.


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