C# Class NamespaceA.NamespaceB.TableInNestedNS

Mostrar archivo Open project: google/flatbuffers Class Usage Examples

Public Methods

Method Description
AddFoo ( FlatBuffers.FlatBufferBuilder builder, int foo ) : void
CreateTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder, int foo ) : Offset
EndTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder ) : Offset
GetRootAsTableInNestedNS ( ByteBuffer _bb ) : TableInNestedNS
GetRootAsTableInNestedNS ( ByteBuffer _bb, TableInNestedNS obj ) : TableInNestedNS
MutateFoo ( int foo ) : bool
StartTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder ) : void
__assign ( int _i, ByteBuffer _bb ) : TableInNestedNS
__init ( int _i, ByteBuffer _bb ) : void

Method Details

AddFoo() public static method

public static AddFoo ( FlatBuffers.FlatBufferBuilder builder, int foo ) : void
builder FlatBuffers.FlatBufferBuilder
foo int
return void

CreateTableInNestedNS() public static method

public static CreateTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder, int foo ) : Offset
builder FlatBuffers.FlatBufferBuilder
foo int
return Offset

EndTableInNestedNS() public static method

public static EndTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder ) : Offset
builder FlatBuffers.FlatBufferBuilder
return Offset

GetRootAsTableInNestedNS() public static method

public static GetRootAsTableInNestedNS ( ByteBuffer _bb ) : TableInNestedNS
_bb ByteBuffer
return TableInNestedNS

GetRootAsTableInNestedNS() public static method

public static GetRootAsTableInNestedNS ( ByteBuffer _bb, TableInNestedNS obj ) : TableInNestedNS
_bb ByteBuffer
obj TableInNestedNS
return TableInNestedNS

MutateFoo() public method

public MutateFoo ( int foo ) : bool
foo int
return bool

StartTableInNestedNS() public static method

public static StartTableInNestedNS ( FlatBuffers.FlatBufferBuilder builder ) : void
builder FlatBuffers.FlatBufferBuilder
return void

__assign() public method

public __assign ( int _i, ByteBuffer _bb ) : TableInNestedNS
_i int
_bb ByteBuffer
return TableInNestedNS

__init() public method

public __init ( int _i, ByteBuffer _bb ) : void
_i int
_bb ByteBuffer
return void