-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontproc.cpp
More file actions
executable file
·27 lines (26 loc) · 998 Bytes
/
contproc.cpp
File metadata and controls
executable file
·27 lines (26 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include"all.hpp"
void containProcCls::print(void)
{
/* outDebugError<<" the procedure is++++++++++++++++++++++++++++++++++++++"<<endl;
outDebugError<<"ncts1 "<< ncts<<" noExpose "<<noExpose<<endl;
outDebugError<<"name Proc "<< nameProc <<" nameFile "<<nameFile <<endl;
// if(listExpose) mapIntCls<stringCls> *listExpose ;
outDebugError<<" EProcType "<<eptProc<<endl;//{Function,Procedure,Label,ProcedureWithExpose};
outDebugError.flush();
*/
ccs.evalSize();
/*
outDebugError<<"list of expose "<<endl;
for(int i1=0;i1<noExpose;i1++)
outDebugError<<*(*listExpose)[i1]<<endl;;
if(noOfArgList)
{ outDebugError<<" list of arg in this function is "<<endl;
for(i1=0;i1<noOfArgList;i1++) outDebugError<<getArg(i1)<<endl;
}
outDebugError<<" **************************"<<endl;
for( i1=0;i1<ccs.size();i1++)
ccs.getPi(i1)->print();
outDebugError<<"====================================================="<<endl;
outDebugError.flush();
*/
}