C# Class GitSharp.Core.RevWalk.Generator

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
next ( ) : RevCommit

Return the next commit to the application, or the next generator.

shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void

Connect the supplied queue to this generator's own free list (if any).

Method Details

next() public abstract méthode

Return the next commit to the application, or the next generator.
public abstract next ( ) : RevCommit
Résultat RevCommit

shareFreeList() public méthode

Connect the supplied queue to this generator's own free list (if any).
public shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void
q GitSharp.Core.RevWalk.BlockRevQueue /// Another FIFO queue that wants to share our queue's free list. ///
Résultat void