Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WsListItemRec Struct Reference

#include <wsstree.h>

Collaboration diagram for WsListItemRec:

Collaboration graph
[legend]

Data Fields

WsListItemRecnext
void * data

Field Documentation

void* WsListItemRec::data
 

Definition at line 80 of file wsstree.h.

Referenced by compile_stream(), linearize_variable_init(), ws_expr_linearize(), ws_list_append(), and ws_stmt_linearize().

struct WsListItemRec* WsListItemRec::next
 

Definition at line 79 of file wsstree.h.

Referenced by compile_stream(), linearize_variable_init(), ws_expr_linearize(), ws_list_append(), and ws_stmt_linearize().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.