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

WsListRec Struct Reference

#include <wsstree.h>

Collaboration diagram for WsListRec:

Collaboration graph
[legend]

Data Fields

WsListItemhead
WsListItemtail
WsUInt32 num_items
WsUInt32 first_line
WsUInt32 last_line

Field Documentation

WsUInt32 WsListRec::first_line
 

Definition at line 95 of file wsstree.h.

Referenced by yyparse().

WsListItem* WsListRec::head
 

Definition at line 88 of file wsstree.h.

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

WsUInt32 WsListRec::last_line
 

Definition at line 96 of file wsstree.h.

Referenced by yyparse().

WsUInt32 WsListRec::num_items
 

Definition at line 90 of file wsstree.h.

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

WsListItem* WsListRec::tail
 

Definition at line 89 of file wsstree.h.

Referenced by ws_list_append().


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.