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

Public Member Functions

 AStack (int nSize, int eSize)
 
void setAGraph (Assign *ag)
 
void checkPoint (CheckPt sav)
 
void restore (CheckPt sav)
 
void restoreMsg (CheckPt sav, const char *msg)
 
void prStack (void)
 
void pushNode (int n)
 
void pushEdge (int e)
 

Data Fields

Assignagraph
 
NStack ** nStack
 
int nStackP
 
int nSize
 
EStack ** eStack
 
int eStackP
 
int eSize
 

Detailed Description

Definition at line 1367 of file grcc.h.

Constructor & Destructor Documentation

◆ AStack()

AStack ( int  nSize,
int  eSize 
)

Definition at line 10240 of file grcc.cc.

◆ ~AStack()

~AStack ( void  )

Definition at line 10272 of file grcc.cc.

Member Function Documentation

◆ setAGraph()

void setAGraph ( Assign ag)

Definition at line 10300 of file grcc.cc.

◆ checkPoint()

void checkPoint ( CheckPt  sav)

Definition at line 10365 of file grcc.cc.

◆ restore()

void restore ( CheckPt  sav)

Definition at line 10409 of file grcc.cc.

◆ restoreMsg()

void restoreMsg ( CheckPt  sav,
const char *  msg 
)

Definition at line 10417 of file grcc.cc.

◆ prStack()

void prStack ( void  )

Definition at line 10432 of file grcc.cc.

◆ pushNode()

void pushNode ( int  n)

Definition at line 10306 of file grcc.cc.

◆ pushEdge()

void pushEdge ( int  e)

Definition at line 10336 of file grcc.cc.

Field Documentation

◆ agraph

Assign* agraph

Definition at line 1371 of file grcc.h.

◆ nStack

NStack** nStack

Definition at line 1373 of file grcc.h.

◆ nStackP

int nStackP

Definition at line 1374 of file grcc.h.

◆ nSize

int nSize

Definition at line 1375 of file grcc.h.

◆ eStack

EStack** eStack

Definition at line 1377 of file grcc.h.

◆ eStackP

int eStackP

Definition at line 1378 of file grcc.h.

◆ eSize

int eSize

Definition at line 1379 of file grcc.h.


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