C# 클래스 FlatBuffers.Test.TestTable

A test Table object that gives easy access to the slot data
파일 보기 프로젝트 열기: google/flatbuffers 1 사용 예제들

공개 메소드들

메소드 설명
GetSlot ( int slot, bool def ) : bool
GetSlot ( int slot, byte def ) : byte
GetSlot ( int slot, double def ) : double
GetSlot ( int slot, float def ) : float
GetSlot ( int slot, int def ) : int
GetSlot ( int slot, long def ) : long
GetSlot ( int slot, sbyte def ) : sbyte
GetSlot ( int slot, short def ) : short
GetSlot ( int slot, uint def ) : uint
GetSlot ( int slot, ulong def ) : ulong
GetSlot ( int slot, ushort def ) : ushort
TestTable ( ByteBuffer bb, int pos )

메소드 상세

GetSlot() 공개 메소드

public GetSlot ( int slot, bool def ) : bool
slot int
def bool
리턴 bool

GetSlot() 공개 메소드

public GetSlot ( int slot, byte def ) : byte
slot int
def byte
리턴 byte

GetSlot() 공개 메소드

public GetSlot ( int slot, double def ) : double
slot int
def double
리턴 double

GetSlot() 공개 메소드

public GetSlot ( int slot, float def ) : float
slot int
def float
리턴 float

GetSlot() 공개 메소드

public GetSlot ( int slot, int def ) : int
slot int
def int
리턴 int

GetSlot() 공개 메소드

public GetSlot ( int slot, long def ) : long
slot int
def long
리턴 long

GetSlot() 공개 메소드

public GetSlot ( int slot, sbyte def ) : sbyte
slot int
def sbyte
리턴 sbyte

GetSlot() 공개 메소드

public GetSlot ( int slot, short def ) : short
slot int
def short
리턴 short

GetSlot() 공개 메소드

public GetSlot ( int slot, uint def ) : uint
slot int
def uint
리턴 uint

GetSlot() 공개 메소드

public GetSlot ( int slot, ulong def ) : ulong
slot int
def ulong
리턴 ulong

GetSlot() 공개 메소드

public GetSlot ( int slot, ushort def ) : ushort
slot int
def ushort
리턴 ushort

TestTable() 공개 메소드

public TestTable ( ByteBuffer bb, int pos )
bb ByteBuffer
pos int