C# Class Grib.Api.Interop.GribKeysIterator

Wraps a grib_keys_iterator struct.
Inheritance: AutoRef
Afficher le fichier Open project: 0x1mason/GribApi.NET

Méthodes publiques

Méthode Description
Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator

Creates an instance of GribKeysIterator.

Next ( ) : bool

Gets the next value in a series.

Rewind ( ) : void

Rewinds this instance.

Méthodes protégées

Méthode Description
OnDispose ( bool disposing ) : void

Called when [dispose].

Private Methods

Méthode Description
GribKeysIterator ( IntPtr h ) : Grib.Api.Interop.SWIG

Method Details

Create() public static méthode

Creates an instance of GribKeysIterator.
public static Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator
handle GribHandle The handle of the message to iterate.
filters uint The key filters.
nspace string The namespace of the keys to iterate.
Résultat GribKeysIterator

Next() public méthode

Gets the next value in a series.
public Next ( ) : bool
Résultat bool

OnDispose() protected méthode

Called when [dispose].
protected OnDispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

Rewind() public méthode

Rewinds this instance.
public Rewind ( ) : void
Résultat void