C# Class Pathfinding.Util.LockFreeStack

显示文件 Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
head Path

Public Methods

Method Description
PopAll ( ) : Path
Push ( Path p ) : void

Method Details

PopAll() public method

public PopAll ( ) : Path
return Path

Push() public method

public Push ( Path p ) : void
p Path
return void

Property Details

head public_oe property

public Path head
return Path