@PortedFrom(file="tRareSaveStack.h", name="TRareSaveStack") public class SaveStackRare extends Object implements Serializable
| Constructor and Description |
|---|
SaveStackRare()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear stack
|
void |
incLevel()
inclrement current level
|
void |
push(Restorer p)
add a new object to the stack
|
void |
restore(int level)
get all object from the top of the stack with levels greater or equal
LEVEL
|
public void incLevel()
public void push(Restorer p)
p - p@PortedFrom(file="dlCompletionGraph.h", name="restore") public void restore(int level)
level - level@PortedFrom(file="dlCompletionGraph.h", name="clear") public void clear()
Copyright © 2016 The University of Manchester. All rights reserved.