#include <scilab/modules/core/includes/stack-c.h>
Data Fields | |
| integer | m |
| integer | n |
| integer | it |
| integer | l |
| void * | D |
Definition at line 79 of file stack-c.h.
it : 1,2,4,11,12,14
Definition at line 81 of file stack-c.h.
Referenced by getlistrhsvar(), getrhsvar(), intbuildouttb(), and sci_xsort().
if l != -1 then istk(l) == D
Definition at line 82 of file stack-c.h.
Referenced by getlistrhsvar(), and getrhsvar().
| void* sciintmat::D |
data : should be casted according to it
Definition at line 83 of file stack-c.h.
Referenced by __PARAMS(), getlistrhsvar(), getrhsvar(), intbuildouttb(), and sci_xsort().
1.5.1