FORM v5.0.0-35-g6318119
Public Member Functions | Data Fields
Output Class Reference
Collaboration diagram for Output:
Collaboration graph
[legend]

Public Member Functions

 Output (Options *optn)
 
void setOutgrf (const char *fname)
 
void setOutgrp (const char *fname)
 
Bool outBeginF (Model *mdl, Bool pr)
 
Bool outBeginP (Model *mdl, Bool pr)
 
void outEndF (void)
 
void outEndP (void)
 
void outProcBeginF (Process *prc)
 
void outProcBeginP (Process *prc)
 
void outProcBegin0 (int next, int couple, int loop)
 
void outSProcBeginF (SProcess *sprc)
 
void outSProcBeginP (SProcess *sprc)
 
void outProcEndF (void)
 
void outProcEndP (void)
 
void outEGraphF (EGraph *egraph)
 
void outEGraphP (EGraph *egraph)
 
void outModelF (void)
 
void outModelP (void)
 

Data Fields

Optionsopt
 
Modelmodel
 
Processproc
 
SProcesssproc
 
char * outgrf
 
FILE * outgrfp
 
char * outgrp
 
FILE * outgrpp
 
int procId
 
Bool outproc
 

Detailed Description

Definition at line 166 of file grcc.h.

Constructor & Destructor Documentation

◆ Output()

Output ( Options optn)

Definition at line 832 of file grcc.cc.

◆ ~Output()

~Output ( void  )

Definition at line 848 of file grcc.cc.

Member Function Documentation

◆ setOutgrf()

void setOutgrf ( const char *  fname)

Definition at line 879 of file grcc.cc.

◆ setOutgrp()

void setOutgrp ( const char *  fname)

Definition at line 897 of file grcc.cc.

◆ outBeginF()

Bool outBeginF ( Model mdl,
Bool  pr 
)

Definition at line 914 of file grcc.cc.

◆ outBeginP()

Bool outBeginP ( Model mdl,
Bool  pr 
)

Definition at line 960 of file grcc.cc.

◆ outEndF()

void outEndF ( void  )

Definition at line 999 of file grcc.cc.

◆ outEndP()

void outEndP ( void  )

Definition at line 1015 of file grcc.cc.

◆ outProcBeginF()

void outProcBeginF ( Process prc)

Definition at line 1031 of file grcc.cc.

◆ outProcBeginP()

void outProcBeginP ( Process prc)

Definition at line 1076 of file grcc.cc.

◆ outProcBegin0()

void outProcBegin0 ( int  next,
int  couple,
int  loop 
)

Definition at line 1098 of file grcc.cc.

◆ outSProcBeginF()

void outSProcBeginF ( SProcess sprc)

Definition at line 1135 of file grcc.cc.

◆ outSProcBeginP()

void outSProcBeginP ( SProcess sprc)

Definition at line 1190 of file grcc.cc.

◆ outProcEndF()

void outProcEndF ( void  )

Definition at line 1210 of file grcc.cc.

◆ outProcEndP()

void outProcEndP ( void  )

Definition at line 1229 of file grcc.cc.

◆ outEGraphF()

void outEGraphF ( EGraph egraph)

Definition at line 1238 of file grcc.cc.

◆ outEGraphP()

void outEGraphP ( EGraph egraph)

Definition at line 1378 of file grcc.cc.

◆ outModelF()

void outModelF ( void  )

Definition at line 1491 of file grcc.cc.

◆ outModelP()

void outModelP ( void  )

Definition at line 1572 of file grcc.cc.

Field Documentation

◆ opt

Options* opt

Definition at line 169 of file grcc.h.

◆ model

Model* model

Definition at line 170 of file grcc.h.

◆ proc

Process* proc

Definition at line 171 of file grcc.h.

◆ sproc

SProcess* sproc

Definition at line 172 of file grcc.h.

◆ outgrf

char* outgrf

Definition at line 173 of file grcc.h.

◆ outgrfp

FILE* outgrfp

Definition at line 174 of file grcc.h.

◆ outgrp

char* outgrp

Definition at line 175 of file grcc.h.

◆ outgrpp

FILE* outgrpp

Definition at line 176 of file grcc.h.

◆ procId

int procId

Definition at line 177 of file grcc.h.

◆ outproc

Bool outproc

Definition at line 178 of file grcc.h.


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