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

WsFunctionRec Struct Reference

#include <wsstree.h>

Collaboration diagram for WsFunctionRec:

Collaboration graph
[legend]

Data Fields

WsUInt8 findex
WsBool externp
char * name
WsUInt32 line
WsListparams
WsListblock
WsUInt32 usage_count

Field Documentation

WsList* WsFunctionRec::block
 

Definition at line 202 of file wsstree.h.

Referenced by compile_stream(), and ws_function().

WsBool WsFunctionRec::externp
 

Definition at line 198 of file wsstree.h.

Referenced by compile_stream(), and ws_function().

WsUInt8 WsFunctionRec::findex
 

Definition at line 197 of file wsstree.h.

Referenced by compile_stream(), sort_functions_cmp(), and ws_function().

WsUInt32 WsFunctionRec::line
 

Definition at line 200 of file wsstree.h.

Referenced by ws_function().

char* WsFunctionRec::name
 

Definition at line 199 of file wsstree.h.

Referenced by compile_stream(), and ws_function().

WsList* WsFunctionRec::params
 

Definition at line 201 of file wsstree.h.

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

WsUInt32 WsFunctionRec::usage_count
 

Definition at line 206 of file wsstree.h.

Referenced by compile_stream(), and sort_functions_cmp().


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.