PIPS
nest_context_t Struct Reference

Warning! Do not modify this file that is automatically generated! More...

#include <modeling-local.h>

+ Collaboration diagram for nest_context_t:

Data Fields

stack loops_for_call
 
stack loop_indices
 
stack current_stat
 
stack testif
 
gen_array_t nested_loops
 
gen_array_t nested_loop_indices
 
gen_array_t nested_call
 
gen_array_t nested_if
 

Detailed Description

Warning! Do not modify this file that is automatically generated!

Modify src/Libs/modeling/modeling-local.h instead, to add your own modifications. header file built by cproto modeling-local.h

Definition at line 3 of file modeling-local.h.

Field Documentation

◆ current_stat

stack nest_context_t::current_stat

◆ loop_indices

stack nest_context_t::loop_indices

Definition at line 6 of file modeling-local.h.

Referenced by pop_loop(), push_loop(), store_call_context(), xml_Boxes(), xml_Task(), and xml_tasks().

◆ loops_for_call

stack nest_context_t::loops_for_call

Definition at line 5 of file modeling-local.h.

Referenced by pop_loop(), push_loop(), store_call_context(), xml_Boxes(), xml_Task(), and xml_tasks().

◆ nested_call

gen_array_t nest_context_t::nested_call

◆ nested_if

gen_array_t nest_context_t::nested_if

Definition at line 12 of file modeling-local.h.

Referenced by store_call_context(), xml_Boxes(), xml_Call(), xml_Chain_Graph(), and xml_Task().

◆ nested_loop_indices

gen_array_t nest_context_t::nested_loop_indices

◆ nested_loops

gen_array_t nest_context_t::nested_loops

Definition at line 9 of file modeling-local.h.

Referenced by store_call_context(), xml_Boxes(), xml_Call(), xml_Task(), xml_task(), and xml_tasks().

◆ testif

stack nest_context_t::testif

Definition at line 8 of file modeling-local.h.

Referenced by pop_if(), push_if(), store_call_context(), xml_Boxes(), and xml_Task().


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