C# Class Wombat.MamaMsgIterator

Class for iterating through the fields in a MamaMsg
Inheritance: MamaWrapper
ファイルを表示 Open project: OpenMAMA/OpenMAMA Class Usage Examples

Public Methods

Method Description
MamaMsgIterator ( Wombat.MamaDictionary dictionary ) : System

Creates and iterator

SetField ( IntPtr pField ) : void
getField ( ) : Wombat.MamaMsgField
operator ( ) : MamaMsgIterator

Protected Methods

Method Description
DestroyNativePeer ( ) : MamaStatus.mamaStatus

Implements the destruction of the underlying peer object MamaWrapper.DestroyNativePeer

Method Details

DestroyNativePeer() protected method

Implements the destruction of the underlying peer object MamaWrapper.DestroyNativePeer
protected DestroyNativePeer ( ) : MamaStatus.mamaStatus
return MamaStatus.mamaStatus

MamaMsgIterator() public method

Creates and iterator
public MamaMsgIterator ( Wombat.MamaDictionary dictionary ) : System
dictionary Wombat.MamaDictionary Dictionary to use when iterating through the /// fields. Pass null is no dictionary is available
return System

SetField() public method

public SetField ( IntPtr pField ) : void
pField System.IntPtr
return void

getField() public method

public getField ( ) : Wombat.MamaMsgField
return Wombat.MamaMsgField

operator() public static method

public static operator ( ) : MamaMsgIterator
return MamaMsgIterator