NamespaceB

package
v1.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnumNamesEnumInNestedNS = map[EnumInNestedNS]string{
	EnumInNestedNSA: "A",
	EnumInNestedNSB: "B",
	EnumInNestedNSC: "C",
}
View Source
var EnumValuesEnumInNestedNS = map[string]EnumInNestedNS{
	"A": EnumInNestedNSA,
	"B": EnumInNestedNSB,
	"C": EnumInNestedNSC,
}

Functions

func CreateStructInNestedNS

func CreateStructInNestedNS(builder *flatbuffers.Builder, a int32, b int32) flatbuffers.UOffsetT

func TableInNestedNSAddFoo

func TableInNestedNSAddFoo(builder *flatbuffers.Builder, foo int32)

func TableInNestedNSEnd

func TableInNestedNSEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func TableInNestedNSStart

func TableInNestedNSStart(builder *flatbuffers.Builder)

Types

type EnumInNestedNS added in v1.10.0

type EnumInNestedNS int8
const (
	EnumInNestedNSA EnumInNestedNS = 0
	EnumInNestedNSB EnumInNestedNS = 1
	EnumInNestedNSC EnumInNestedNS = 2
)

func (EnumInNestedNS) String added in v1.12.0

func (v EnumInNestedNS) String() string

type StructInNestedNS

type StructInNestedNS struct {
	// contains filtered or unexported fields
}

func (*StructInNestedNS) A

func (rcv *StructInNestedNS) A() int32

func (*StructInNestedNS) B

func (rcv *StructInNestedNS) B() int32

func (*StructInNestedNS) Init

func (rcv *StructInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT)

func (*StructInNestedNS) MutateA added in v1.4.0

func (rcv *StructInNestedNS) MutateA(n int32) bool

func (*StructInNestedNS) MutateB added in v1.4.0

func (rcv *StructInNestedNS) MutateB(n int32) bool

func (*StructInNestedNS) Table added in v1.5.0

func (rcv *StructInNestedNS) Table() flatbuffers.Table

func (*StructInNestedNS) UnPack added in v1.12.0

func (rcv *StructInNestedNS) UnPack() *StructInNestedNST

func (*StructInNestedNS) UnPackTo added in v1.12.0

func (rcv *StructInNestedNS) UnPackTo(t *StructInNestedNST)

type StructInNestedNST added in v1.12.0

type StructInNestedNST struct {
	A int32
	B int32
}

func (*StructInNestedNST) Pack added in v1.12.0

type TableInNestedNS

type TableInNestedNS struct {
	// contains filtered or unexported fields
}

func GetRootAsTableInNestedNS added in v1.4.0

func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS

func (*TableInNestedNS) Foo

func (rcv *TableInNestedNS) Foo() int32

func (*TableInNestedNS) Init

func (rcv *TableInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT)

func (*TableInNestedNS) MutateFoo added in v1.4.0

func (rcv *TableInNestedNS) MutateFoo(n int32) bool

func (*TableInNestedNS) Table added in v1.5.0

func (rcv *TableInNestedNS) Table() flatbuffers.Table

func (*TableInNestedNS) UnPack added in v1.12.0

func (rcv *TableInNestedNS) UnPack() *TableInNestedNST

func (*TableInNestedNS) UnPackTo added in v1.12.0

func (rcv *TableInNestedNS) UnPackTo(t *TableInNestedNST)

type TableInNestedNST added in v1.12.0

type TableInNestedNST struct {
	Foo int32
}

func (*TableInNestedNST) Pack added in v1.12.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL