C# 클래스 Wombat.MamaMsgIterator

Class for iterating through the fields in a MamaMsg
상속: MamaWrapper
파일 보기 프로젝트 열기: OpenMAMA/OpenMAMA 1 사용 예제들

공개 메소드들

메소드 설명
MamaMsgIterator ( Wombat.MamaDictionary dictionary ) : System

Creates and iterator

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

보호된 메소드들

메소드 설명
DestroyNativePeer ( ) : MamaStatus.mamaStatus

Implements the destruction of the underlying peer object MamaWrapper.DestroyNativePeer

메소드 상세

DestroyNativePeer() 보호된 메소드

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

MamaMsgIterator() 공개 메소드

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
리턴 System

SetField() 공개 메소드

public SetField ( IntPtr pField ) : void
pField System.IntPtr
리턴 void

getField() 공개 메소드

public getField ( ) : Wombat.MamaMsgField
리턴 Wombat.MamaMsgField

operator() 공개 정적인 메소드

public static operator ( ) : MamaMsgIterator
리턴 MamaMsgIterator