C# Class GitSharp.Core.RevWalk.BlockObjQueue.Block

Mostra file Open project: stschake/GitSharp

Public Properties

Property Type Description
headIndex int
next Block
objects GitSharp.Core.RevWalk.RevObject[]
tailIndex int

Public Methods

Method Description
add ( RevObject c ) : void
clear ( ) : void
isEmpty ( ) : bool
isFull ( ) : bool
pop ( ) : RevObject

Method Details

add() public method

public add ( RevObject c ) : void
c RevObject
return void

clear() public method

public clear ( ) : void
return void

isEmpty() public method

public isEmpty ( ) : bool
return bool

isFull() public method

public isFull ( ) : bool
return bool

pop() public method

public pop ( ) : RevObject
return RevObject

Property Details

headIndex public_oe property

public int headIndex
return int

next public_oe property

public Block next
return Block

objects public_oe property

public RevObject[],GitSharp.Core.RevWalk objects
return GitSharp.Core.RevWalk.RevObject[]

tailIndex public_oe property

public int tailIndex
return int