aircraftlib

package
v0.0.0-...-2d07de3 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A320

type A320 C.Struct

func AutoNewA320

func AutoNewA320(s *C.Segment) A320

func NewA320

func NewA320(s *C.Segment) A320

func NewRootA320

func NewRootA320(s *C.Segment) A320

func ReadRootA320

func ReadRootA320(s *C.Segment) A320

func (A320) Base

func (s A320) Base() PlaneBase

func (A320) MarshalCapLit

func (s A320) MarshalCapLit() ([]byte, error)

func (A320) MarshalJSON

func (s A320) MarshalJSON() ([]byte, error)

func (A320) SetBase

func (s A320) SetBase(v PlaneBase)

func (A320) WriteCapLit

func (s A320) WriteCapLit(w io.Writer) error

func (A320) WriteJSON

func (s A320) WriteJSON(w io.Writer) error

type A320_List

type A320_List C.PointerList

func NewA320List

func NewA320List(s *C.Segment, sz int) A320_List

func (A320_List) At

func (s A320_List) At(i int) A320

func (A320_List) Len

func (s A320_List) Len() int

func (A320_List) Set

func (s A320_List) Set(i int, item A320)

func (A320_List) ToArray

func (s A320_List) ToArray() []A320

type Aircraft

type Aircraft C.Struct

func AutoNewAircraft

func AutoNewAircraft(s *C.Segment) Aircraft

func NewAircraft

func NewAircraft(s *C.Segment) Aircraft

func NewRootAircraft

func NewRootAircraft(s *C.Segment) Aircraft

func ReadRootAircraft

func ReadRootAircraft(s *C.Segment) Aircraft

func (Aircraft) A320

func (s Aircraft) A320() A320

func (Aircraft) B737

func (s Aircraft) B737() B737

func (Aircraft) F16

func (s Aircraft) F16() F16

func (Aircraft) MarshalCapLit

func (s Aircraft) MarshalCapLit() ([]byte, error)

func (Aircraft) MarshalJSON

func (s Aircraft) MarshalJSON() ([]byte, error)

func (Aircraft) SetA320

func (s Aircraft) SetA320(v A320)

func (Aircraft) SetB737

func (s Aircraft) SetB737(v B737)

func (Aircraft) SetF16

func (s Aircraft) SetF16(v F16)

func (Aircraft) SetVoid

func (s Aircraft) SetVoid()

func (Aircraft) Which

func (s Aircraft) Which() Aircraft_Which

func (Aircraft) WriteCapLit

func (s Aircraft) WriteCapLit(w io.Writer) error

func (Aircraft) WriteJSON

func (s Aircraft) WriteJSON(w io.Writer) error

type Aircraft_List

type Aircraft_List C.PointerList

func NewAircraftList

func NewAircraftList(s *C.Segment, sz int) Aircraft_List

func (Aircraft_List) At

func (s Aircraft_List) At(i int) Aircraft

func (Aircraft_List) Len

func (s Aircraft_List) Len() int

func (Aircraft_List) Set

func (s Aircraft_List) Set(i int, item Aircraft)

func (Aircraft_List) ToArray

func (s Aircraft_List) ToArray() []Aircraft

type Aircraft_Which

type Aircraft_Which uint16
const (
	AIRCRAFT_VOID Aircraft_Which = 0
	AIRCRAFT_B737 Aircraft_Which = 1
	AIRCRAFT_A320 Aircraft_Which = 2
	AIRCRAFT_F16  Aircraft_Which = 3
)

type Airport

type Airport uint16
const (
	AIRPORT_NONE Airport = 0
	AIRPORT_JFK  Airport = 1
	AIRPORT_LAX  Airport = 2
	AIRPORT_SFO  Airport = 3
	AIRPORT_LUV  Airport = 4
	AIRPORT_DFW  Airport = 5
	AIRPORT_TEST Airport = 6
)

func AirportFromString

func AirportFromString(c string) Airport

func (Airport) MarshalCapLit

func (s Airport) MarshalCapLit() ([]byte, error)

func (Airport) MarshalJSON

func (s Airport) MarshalJSON() ([]byte, error)

func (Airport) String

func (c Airport) String() string

func (Airport) WriteCapLit

func (s Airport) WriteCapLit(w io.Writer) error

func (Airport) WriteJSON

func (s Airport) WriteJSON(w io.Writer) error

type Airport_List

type Airport_List C.PointerList

func NewAirportList

func NewAirportList(s *C.Segment, sz int) Airport_List

func (Airport_List) At

func (s Airport_List) At(i int) Airport

func (Airport_List) Len

func (s Airport_List) Len() int

func (Airport_List) Set

func (s Airport_List) Set(i int, item Airport)

func (Airport_List) ToArray

func (s Airport_List) ToArray() []Airport

type B737

type B737 C.Struct

func AutoNewB737

func AutoNewB737(s *C.Segment) B737

func NewB737

func NewB737(s *C.Segment) B737

func NewRootB737

func NewRootB737(s *C.Segment) B737

func ReadRootB737

func ReadRootB737(s *C.Segment) B737

func (B737) Base

func (s B737) Base() PlaneBase

func (B737) MarshalCapLit

func (s B737) MarshalCapLit() ([]byte, error)

func (B737) MarshalJSON

func (s B737) MarshalJSON() ([]byte, error)

func (B737) SetBase

func (s B737) SetBase(v PlaneBase)

func (B737) WriteCapLit

func (s B737) WriteCapLit(w io.Writer) error

func (B737) WriteJSON

func (s B737) WriteJSON(w io.Writer) error

type B737_List

type B737_List C.PointerList

func NewB737List

func NewB737List(s *C.Segment, sz int) B737_List

func (B737_List) At

func (s B737_List) At(i int) B737

func (B737_List) Len

func (s B737_List) Len() int

func (B737_List) Set

func (s B737_List) Set(i int, item B737)

func (B737_List) ToArray

func (s B737_List) ToArray() []B737

type Bag

type Bag C.Struct

func AutoNewBag

func AutoNewBag(s *C.Segment) Bag

func NewBag

func NewBag(s *C.Segment) Bag

func NewRootBag

func NewRootBag(s *C.Segment) Bag

func ReadRootBag

func ReadRootBag(s *C.Segment) Bag

func (Bag) Counter

func (s Bag) Counter() Counter

func (Bag) MarshalCapLit

func (s Bag) MarshalCapLit() ([]byte, error)

func (Bag) MarshalJSON

func (s Bag) MarshalJSON() ([]byte, error)

func (Bag) SetCounter

func (s Bag) SetCounter(v Counter)

func (Bag) WriteCapLit

func (s Bag) WriteCapLit(w io.Writer) error

func (Bag) WriteJSON

func (s Bag) WriteJSON(w io.Writer) error

type Bag_List

type Bag_List C.PointerList

func NewBagList

func NewBagList(s *C.Segment, sz int) Bag_List

func (Bag_List) At

func (s Bag_List) At(i int) Bag

func (Bag_List) Len

func (s Bag_List) Len() int

func (Bag_List) Set

func (s Bag_List) Set(i int, item Bag)

func (Bag_List) ToArray

func (s Bag_List) ToArray() []Bag

type Counter

type Counter C.Struct

func AutoNewCounter

func AutoNewCounter(s *C.Segment) Counter

func NewCounter

func NewCounter(s *C.Segment) Counter

func NewRootCounter

func NewRootCounter(s *C.Segment) Counter

func ReadRootCounter

func ReadRootCounter(s *C.Segment) Counter

func (Counter) MarshalCapLit

func (s Counter) MarshalCapLit() ([]byte, error)

func (Counter) MarshalJSON

func (s Counter) MarshalJSON() ([]byte, error)

func (Counter) SetSize

func (s Counter) SetSize(v int64)

func (Counter) SetWordlist

func (s Counter) SetWordlist(v C.TextList)

func (Counter) SetWords

func (s Counter) SetWords(v string)

func (Counter) Size

func (s Counter) Size() int64

func (Counter) Wordlist

func (s Counter) Wordlist() C.TextList

func (Counter) Words

func (s Counter) Words() string

func (Counter) WordsBytes

func (s Counter) WordsBytes() []byte

func (Counter) WriteCapLit

func (s Counter) WriteCapLit(w io.Writer) error

func (Counter) WriteJSON

func (s Counter) WriteJSON(w io.Writer) error

type Counter_List

type Counter_List C.PointerList

func NewCounterList

func NewCounterList(s *C.Segment, sz int) Counter_List

func (Counter_List) At

func (s Counter_List) At(i int) Counter

func (Counter_List) Len

func (s Counter_List) Len() int

func (Counter_List) Set

func (s Counter_List) Set(i int, item Counter)

func (Counter_List) ToArray

func (s Counter_List) ToArray() []Counter

type Endpoint

type Endpoint C.Struct

func AutoNewEndpoint

func AutoNewEndpoint(s *C.Segment) Endpoint

func NewEndpoint

func NewEndpoint(s *C.Segment) Endpoint

func NewRootEndpoint

func NewRootEndpoint(s *C.Segment) Endpoint

func ReadRootEndpoint

func ReadRootEndpoint(s *C.Segment) Endpoint

func (Endpoint) Hostname

func (s Endpoint) Hostname() string

func (Endpoint) HostnameBytes

func (s Endpoint) HostnameBytes() []byte

func (Endpoint) Ip

func (s Endpoint) Ip() net.IP

func (Endpoint) MarshalCapLit

func (s Endpoint) MarshalCapLit() ([]byte, error)

func (Endpoint) MarshalJSON

func (s Endpoint) MarshalJSON() ([]byte, error)

func (Endpoint) Port

func (s Endpoint) Port() int16

func (Endpoint) SetHostname

func (s Endpoint) SetHostname(v string)

func (Endpoint) SetIp

func (s Endpoint) SetIp(v net.IP)

func (Endpoint) SetPort

func (s Endpoint) SetPort(v int16)

func (Endpoint) WriteCapLit

func (s Endpoint) WriteCapLit(w io.Writer) error

func (Endpoint) WriteJSON

func (s Endpoint) WriteJSON(w io.Writer) error

type Endpoint_List

type Endpoint_List C.PointerList

func NewEndpointList

func NewEndpointList(s *C.Segment, sz int) Endpoint_List

func (Endpoint_List) At

func (s Endpoint_List) At(i int) Endpoint

func (Endpoint_List) Len

func (s Endpoint_List) Len() int

func (Endpoint_List) Set

func (s Endpoint_List) Set(i int, item Endpoint)

func (Endpoint_List) ToArray

func (s Endpoint_List) ToArray() []Endpoint

type F16

type F16 C.Struct

func AutoNewF16

func AutoNewF16(s *C.Segment) F16

func NewF16

func NewF16(s *C.Segment) F16

func NewRootF16

func NewRootF16(s *C.Segment) F16

func ReadRootF16

func ReadRootF16(s *C.Segment) F16

func (F16) Base

func (s F16) Base() PlaneBase

func (F16) MarshalCapLit

func (s F16) MarshalCapLit() ([]byte, error)

func (F16) MarshalJSON

func (s F16) MarshalJSON() ([]byte, error)

func (F16) SetBase

func (s F16) SetBase(v PlaneBase)

func (F16) WriteCapLit

func (s F16) WriteCapLit(w io.Writer) error

func (F16) WriteJSON

func (s F16) WriteJSON(w io.Writer) error

type F16_List

type F16_List C.PointerList

func NewF16List

func NewF16List(s *C.Segment, sz int) F16_List

func (F16_List) At

func (s F16_List) At(i int) F16

func (F16_List) Len

func (s F16_List) Len() int

func (F16_List) Set

func (s F16_List) Set(i int, item F16)

func (F16_List) ToArray

func (s F16_List) ToArray() []F16

type HoldsText

type HoldsText C.Struct

func AutoNewHoldsText

func AutoNewHoldsText(s *C.Segment) HoldsText

func NewHoldsText

func NewHoldsText(s *C.Segment) HoldsText

func NewRootHoldsText

func NewRootHoldsText(s *C.Segment) HoldsText

func ReadRootHoldsText

func ReadRootHoldsText(s *C.Segment) HoldsText

func (HoldsText) Lst

func (s HoldsText) Lst() C.TextList

func (HoldsText) Lstlst

func (s HoldsText) Lstlst() C.PointerList

func (HoldsText) MarshalCapLit

func (s HoldsText) MarshalCapLit() ([]byte, error)

func (HoldsText) MarshalJSON

func (s HoldsText) MarshalJSON() ([]byte, error)

func (HoldsText) SetLst

func (s HoldsText) SetLst(v C.TextList)

func (HoldsText) SetLstlst

func (s HoldsText) SetLstlst(v C.PointerList)

func (HoldsText) SetTxt

func (s HoldsText) SetTxt(v string)

func (HoldsText) Txt

func (s HoldsText) Txt() string

func (HoldsText) TxtBytes

func (s HoldsText) TxtBytes() []byte

func (HoldsText) WriteCapLit

func (s HoldsText) WriteCapLit(w io.Writer) error

func (HoldsText) WriteJSON

func (s HoldsText) WriteJSON(w io.Writer) error

type HoldsText_List

type HoldsText_List C.PointerList

func NewHoldsTextList

func NewHoldsTextList(s *C.Segment, sz int) HoldsText_List

func (HoldsText_List) At

func (s HoldsText_List) At(i int) HoldsText

func (HoldsText_List) Len

func (s HoldsText_List) Len() int

func (HoldsText_List) Set

func (s HoldsText_List) Set(i int, item HoldsText)

func (HoldsText_List) ToArray

func (s HoldsText_List) ToArray() []HoldsText

type HoldsVerEmptyList

type HoldsVerEmptyList C.Struct

func AutoNewHoldsVerEmptyList

func AutoNewHoldsVerEmptyList(s *C.Segment) HoldsVerEmptyList

func NewHoldsVerEmptyList

func NewHoldsVerEmptyList(s *C.Segment) HoldsVerEmptyList

func NewRootHoldsVerEmptyList

func NewRootHoldsVerEmptyList(s *C.Segment) HoldsVerEmptyList

func ReadRootHoldsVerEmptyList

func ReadRootHoldsVerEmptyList(s *C.Segment) HoldsVerEmptyList

func (HoldsVerEmptyList) MarshalCapLit

func (s HoldsVerEmptyList) MarshalCapLit() ([]byte, error)

func (HoldsVerEmptyList) MarshalJSON

func (s HoldsVerEmptyList) MarshalJSON() ([]byte, error)

func (HoldsVerEmptyList) Mylist

func (s HoldsVerEmptyList) Mylist() VerEmpty_List

func (HoldsVerEmptyList) SetMylist

func (s HoldsVerEmptyList) SetMylist(v VerEmpty_List)

func (HoldsVerEmptyList) WriteCapLit

func (s HoldsVerEmptyList) WriteCapLit(w io.Writer) error

func (HoldsVerEmptyList) WriteJSON

func (s HoldsVerEmptyList) WriteJSON(w io.Writer) error

type HoldsVerEmptyList_List

type HoldsVerEmptyList_List C.PointerList

func NewHoldsVerEmptyListList

func NewHoldsVerEmptyListList(s *C.Segment, sz int) HoldsVerEmptyList_List

func (HoldsVerEmptyList_List) At

func (HoldsVerEmptyList_List) Len

func (s HoldsVerEmptyList_List) Len() int

func (HoldsVerEmptyList_List) Set

func (HoldsVerEmptyList_List) ToArray

type HoldsVerOneDataList

type HoldsVerOneDataList C.Struct

func AutoNewHoldsVerOneDataList

func AutoNewHoldsVerOneDataList(s *C.Segment) HoldsVerOneDataList

func NewHoldsVerOneDataList

func NewHoldsVerOneDataList(s *C.Segment) HoldsVerOneDataList

func NewRootHoldsVerOneDataList

func NewRootHoldsVerOneDataList(s *C.Segment) HoldsVerOneDataList

func ReadRootHoldsVerOneDataList

func ReadRootHoldsVerOneDataList(s *C.Segment) HoldsVerOneDataList

func (HoldsVerOneDataList) MarshalCapLit

func (s HoldsVerOneDataList) MarshalCapLit() ([]byte, error)

func (HoldsVerOneDataList) MarshalJSON

func (s HoldsVerOneDataList) MarshalJSON() ([]byte, error)

func (HoldsVerOneDataList) Mylist

func (HoldsVerOneDataList) SetMylist

func (s HoldsVerOneDataList) SetMylist(v VerOneData_List)

func (HoldsVerOneDataList) WriteCapLit

func (s HoldsVerOneDataList) WriteCapLit(w io.Writer) error

func (HoldsVerOneDataList) WriteJSON

func (s HoldsVerOneDataList) WriteJSON(w io.Writer) error

type HoldsVerOneDataList_List

type HoldsVerOneDataList_List C.PointerList

func NewHoldsVerOneDataListList

func NewHoldsVerOneDataListList(s *C.Segment, sz int) HoldsVerOneDataList_List

func (HoldsVerOneDataList_List) At

func (HoldsVerOneDataList_List) Len

func (s HoldsVerOneDataList_List) Len() int

func (HoldsVerOneDataList_List) Set

func (HoldsVerOneDataList_List) ToArray

type HoldsVerOnePtrList

type HoldsVerOnePtrList C.Struct

func AutoNewHoldsVerOnePtrList

func AutoNewHoldsVerOnePtrList(s *C.Segment) HoldsVerOnePtrList

func NewHoldsVerOnePtrList

func NewHoldsVerOnePtrList(s *C.Segment) HoldsVerOnePtrList

func NewRootHoldsVerOnePtrList

func NewRootHoldsVerOnePtrList(s *C.Segment) HoldsVerOnePtrList

func ReadRootHoldsVerOnePtrList

func ReadRootHoldsVerOnePtrList(s *C.Segment) HoldsVerOnePtrList

func (HoldsVerOnePtrList) MarshalCapLit

func (s HoldsVerOnePtrList) MarshalCapLit() ([]byte, error)

func (HoldsVerOnePtrList) MarshalJSON

func (s HoldsVerOnePtrList) MarshalJSON() ([]byte, error)

func (HoldsVerOnePtrList) Mylist

func (HoldsVerOnePtrList) SetMylist

func (s HoldsVerOnePtrList) SetMylist(v VerOnePtr_List)

func (HoldsVerOnePtrList) WriteCapLit

func (s HoldsVerOnePtrList) WriteCapLit(w io.Writer) error

func (HoldsVerOnePtrList) WriteJSON

func (s HoldsVerOnePtrList) WriteJSON(w io.Writer) error

type HoldsVerOnePtrList_List

type HoldsVerOnePtrList_List C.PointerList

func NewHoldsVerOnePtrListList

func NewHoldsVerOnePtrListList(s *C.Segment, sz int) HoldsVerOnePtrList_List

func (HoldsVerOnePtrList_List) At

func (HoldsVerOnePtrList_List) Len

func (s HoldsVerOnePtrList_List) Len() int

func (HoldsVerOnePtrList_List) Set

func (HoldsVerOnePtrList_List) ToArray

type HoldsVerTwoDataList

type HoldsVerTwoDataList C.Struct

func AutoNewHoldsVerTwoDataList

func AutoNewHoldsVerTwoDataList(s *C.Segment) HoldsVerTwoDataList

func NewHoldsVerTwoDataList

func NewHoldsVerTwoDataList(s *C.Segment) HoldsVerTwoDataList

func NewRootHoldsVerTwoDataList

func NewRootHoldsVerTwoDataList(s *C.Segment) HoldsVerTwoDataList

func ReadRootHoldsVerTwoDataList

func ReadRootHoldsVerTwoDataList(s *C.Segment) HoldsVerTwoDataList

func (HoldsVerTwoDataList) MarshalCapLit

func (s HoldsVerTwoDataList) MarshalCapLit() ([]byte, error)

func (HoldsVerTwoDataList) MarshalJSON

func (s HoldsVerTwoDataList) MarshalJSON() ([]byte, error)

func (HoldsVerTwoDataList) Mylist

func (HoldsVerTwoDataList) SetMylist

func (s HoldsVerTwoDataList) SetMylist(v VerTwoData_List)

func (HoldsVerTwoDataList) WriteCapLit

func (s HoldsVerTwoDataList) WriteCapLit(w io.Writer) error

func (HoldsVerTwoDataList) WriteJSON

func (s HoldsVerTwoDataList) WriteJSON(w io.Writer) error

type HoldsVerTwoDataList_List

type HoldsVerTwoDataList_List C.PointerList

func NewHoldsVerTwoDataListList

func NewHoldsVerTwoDataListList(s *C.Segment, sz int) HoldsVerTwoDataList_List

func (HoldsVerTwoDataList_List) At

func (HoldsVerTwoDataList_List) Len

func (s HoldsVerTwoDataList_List) Len() int

func (HoldsVerTwoDataList_List) Set

func (HoldsVerTwoDataList_List) ToArray

type HoldsVerTwoPtrList

type HoldsVerTwoPtrList C.Struct

func AutoNewHoldsVerTwoPtrList

func AutoNewHoldsVerTwoPtrList(s *C.Segment) HoldsVerTwoPtrList

func NewHoldsVerTwoPtrList

func NewHoldsVerTwoPtrList(s *C.Segment) HoldsVerTwoPtrList

func NewRootHoldsVerTwoPtrList

func NewRootHoldsVerTwoPtrList(s *C.Segment) HoldsVerTwoPtrList

func ReadRootHoldsVerTwoPtrList

func ReadRootHoldsVerTwoPtrList(s *C.Segment) HoldsVerTwoPtrList

func (HoldsVerTwoPtrList) MarshalCapLit

func (s HoldsVerTwoPtrList) MarshalCapLit() ([]byte, error)

func (HoldsVerTwoPtrList) MarshalJSON

func (s HoldsVerTwoPtrList) MarshalJSON() ([]byte, error)

func (HoldsVerTwoPtrList) Mylist

func (HoldsVerTwoPtrList) SetMylist

func (s HoldsVerTwoPtrList) SetMylist(v VerTwoPtr_List)

func (HoldsVerTwoPtrList) WriteCapLit

func (s HoldsVerTwoPtrList) WriteCapLit(w io.Writer) error

func (HoldsVerTwoPtrList) WriteJSON

func (s HoldsVerTwoPtrList) WriteJSON(w io.Writer) error

type HoldsVerTwoPtrList_List

type HoldsVerTwoPtrList_List C.PointerList

func NewHoldsVerTwoPtrListList

func NewHoldsVerTwoPtrListList(s *C.Segment, sz int) HoldsVerTwoPtrList_List

func (HoldsVerTwoPtrList_List) At

func (HoldsVerTwoPtrList_List) Len

func (s HoldsVerTwoPtrList_List) Len() int

func (HoldsVerTwoPtrList_List) Set

func (HoldsVerTwoPtrList_List) ToArray

type HoldsVerTwoTwoList

type HoldsVerTwoTwoList C.Struct

func AutoNewHoldsVerTwoTwoList

func AutoNewHoldsVerTwoTwoList(s *C.Segment) HoldsVerTwoTwoList

func NewHoldsVerTwoTwoList

func NewHoldsVerTwoTwoList(s *C.Segment) HoldsVerTwoTwoList

func NewRootHoldsVerTwoTwoList

func NewRootHoldsVerTwoTwoList(s *C.Segment) HoldsVerTwoTwoList

func ReadRootHoldsVerTwoTwoList

func ReadRootHoldsVerTwoTwoList(s *C.Segment) HoldsVerTwoTwoList

func (HoldsVerTwoTwoList) MarshalCapLit

func (s HoldsVerTwoTwoList) MarshalCapLit() ([]byte, error)

func (HoldsVerTwoTwoList) MarshalJSON

func (s HoldsVerTwoTwoList) MarshalJSON() ([]byte, error)

func (HoldsVerTwoTwoList) Mylist

func (HoldsVerTwoTwoList) SetMylist

func (HoldsVerTwoTwoList) WriteCapLit

func (s HoldsVerTwoTwoList) WriteCapLit(w io.Writer) error

func (HoldsVerTwoTwoList) WriteJSON

func (s HoldsVerTwoTwoList) WriteJSON(w io.Writer) error

type HoldsVerTwoTwoList_List

type HoldsVerTwoTwoList_List C.PointerList

func NewHoldsVerTwoTwoListList

func NewHoldsVerTwoTwoListList(s *C.Segment, sz int) HoldsVerTwoTwoList_List

func (HoldsVerTwoTwoList_List) At

func (HoldsVerTwoTwoList_List) Len

func (s HoldsVerTwoTwoList_List) Len() int

func (HoldsVerTwoTwoList_List) Set

func (HoldsVerTwoTwoList_List) ToArray

type HoldsVerTwoTwoPlus

type HoldsVerTwoTwoPlus C.Struct

func AutoNewHoldsVerTwoTwoPlus

func AutoNewHoldsVerTwoTwoPlus(s *C.Segment) HoldsVerTwoTwoPlus

func NewHoldsVerTwoTwoPlus

func NewHoldsVerTwoTwoPlus(s *C.Segment) HoldsVerTwoTwoPlus

func NewRootHoldsVerTwoTwoPlus

func NewRootHoldsVerTwoTwoPlus(s *C.Segment) HoldsVerTwoTwoPlus

func ReadRootHoldsVerTwoTwoPlus

func ReadRootHoldsVerTwoTwoPlus(s *C.Segment) HoldsVerTwoTwoPlus

func (HoldsVerTwoTwoPlus) MarshalCapLit

func (s HoldsVerTwoTwoPlus) MarshalCapLit() ([]byte, error)

func (HoldsVerTwoTwoPlus) MarshalJSON

func (s HoldsVerTwoTwoPlus) MarshalJSON() ([]byte, error)

func (HoldsVerTwoTwoPlus) Mylist

func (HoldsVerTwoTwoPlus) SetMylist

func (s HoldsVerTwoTwoPlus) SetMylist(v VerTwoTwoPlus_List)

func (HoldsVerTwoTwoPlus) WriteCapLit

func (s HoldsVerTwoTwoPlus) WriteCapLit(w io.Writer) error

func (HoldsVerTwoTwoPlus) WriteJSON

func (s HoldsVerTwoTwoPlus) WriteJSON(w io.Writer) error

type HoldsVerTwoTwoPlus_List

type HoldsVerTwoTwoPlus_List C.PointerList

func NewHoldsVerTwoTwoPlusList

func NewHoldsVerTwoTwoPlusList(s *C.Segment, sz int) HoldsVerTwoTwoPlus_List

func (HoldsVerTwoTwoPlus_List) At

func (HoldsVerTwoTwoPlus_List) Len

func (s HoldsVerTwoTwoPlus_List) Len() int

func (HoldsVerTwoTwoPlus_List) Set

func (HoldsVerTwoTwoPlus_List) ToArray

type ListStructCapn

type ListStructCapn C.Struct

func AutoNewListStructCapn

func AutoNewListStructCapn(s *C.Segment) ListStructCapn

func NewListStructCapn

func NewListStructCapn(s *C.Segment) ListStructCapn

func NewRootListStructCapn

func NewRootListStructCapn(s *C.Segment) ListStructCapn

func ReadRootListStructCapn

func ReadRootListStructCapn(s *C.Segment) ListStructCapn

func (ListStructCapn) MarshalCapLit

func (s ListStructCapn) MarshalCapLit() ([]byte, error)

func (ListStructCapn) MarshalJSON

func (s ListStructCapn) MarshalJSON() ([]byte, error)

func (ListStructCapn) SetVec

func (s ListStructCapn) SetVec(v Nester1Capn_List)

func (ListStructCapn) Vec

func (ListStructCapn) WriteCapLit

func (s ListStructCapn) WriteCapLit(w io.Writer) error

func (ListStructCapn) WriteJSON

func (s ListStructCapn) WriteJSON(w io.Writer) error

type ListStructCapn_List

type ListStructCapn_List C.PointerList

func NewListStructCapnList

func NewListStructCapnList(s *C.Segment, sz int) ListStructCapn_List

func (ListStructCapn_List) At

func (ListStructCapn_List) Len

func (s ListStructCapn_List) Len() int

func (ListStructCapn_List) Set

func (s ListStructCapn_List) Set(i int, item ListStructCapn)

func (ListStructCapn_List) ToArray

func (s ListStructCapn_List) ToArray() []ListStructCapn

type Nester1Capn

type Nester1Capn C.Struct

func AutoNewNester1Capn

func AutoNewNester1Capn(s *C.Segment) Nester1Capn

func NewNester1Capn

func NewNester1Capn(s *C.Segment) Nester1Capn

func NewRootNester1Capn

func NewRootNester1Capn(s *C.Segment) Nester1Capn

func ReadRootNester1Capn

func ReadRootNester1Capn(s *C.Segment) Nester1Capn

func (Nester1Capn) MarshalCapLit

func (s Nester1Capn) MarshalCapLit() ([]byte, error)

func (Nester1Capn) MarshalJSON

func (s Nester1Capn) MarshalJSON() ([]byte, error)

func (Nester1Capn) SetStrs

func (s Nester1Capn) SetStrs(v C.TextList)

func (Nester1Capn) Strs

func (s Nester1Capn) Strs() C.TextList

func (Nester1Capn) WriteCapLit

func (s Nester1Capn) WriteCapLit(w io.Writer) error

func (Nester1Capn) WriteJSON

func (s Nester1Capn) WriteJSON(w io.Writer) error

type Nester1Capn_List

type Nester1Capn_List C.PointerList

func NewNester1CapnList

func NewNester1CapnList(s *C.Segment, sz int) Nester1Capn_List

func (Nester1Capn_List) At

func (Nester1Capn_List) Len

func (s Nester1Capn_List) Len() int

func (Nester1Capn_List) Set

func (s Nester1Capn_List) Set(i int, item Nester1Capn)

func (Nester1Capn_List) ToArray

func (s Nester1Capn_List) ToArray() []Nester1Capn

type PlaneBase

type PlaneBase C.Struct

func AutoNewPlaneBase

func AutoNewPlaneBase(s *C.Segment) PlaneBase

func NewPlaneBase

func NewPlaneBase(s *C.Segment) PlaneBase

func NewRootPlaneBase

func NewRootPlaneBase(s *C.Segment) PlaneBase

func ReadRootPlaneBase

func ReadRootPlaneBase(s *C.Segment) PlaneBase

func (PlaneBase) CanFly

func (s PlaneBase) CanFly() bool

func (PlaneBase) Capacity

func (s PlaneBase) Capacity() int64

func (PlaneBase) Homes

func (s PlaneBase) Homes() Airport_List

func (PlaneBase) MarshalCapLit

func (s PlaneBase) MarshalCapLit() ([]byte, error)

func (PlaneBase) MarshalJSON

func (s PlaneBase) MarshalJSON() ([]byte, error)

func (PlaneBase) MaxSpeed

func (s PlaneBase) MaxSpeed() float64

func (PlaneBase) Name

func (s PlaneBase) Name() string

func (PlaneBase) NameBytes

func (s PlaneBase) NameBytes() []byte

func (PlaneBase) Rating

func (s PlaneBase) Rating() int64

func (PlaneBase) SetCanFly

func (s PlaneBase) SetCanFly(v bool)

func (PlaneBase) SetCapacity

func (s PlaneBase) SetCapacity(v int64)

func (PlaneBase) SetHomes

func (s PlaneBase) SetHomes(v Airport_List)

func (PlaneBase) SetMaxSpeed

func (s PlaneBase) SetMaxSpeed(v float64)

func (PlaneBase) SetName

func (s PlaneBase) SetName(v string)

func (PlaneBase) SetRating

func (s PlaneBase) SetRating(v int64)

func (PlaneBase) WriteCapLit

func (s PlaneBase) WriteCapLit(w io.Writer) error

func (PlaneBase) WriteJSON

func (s PlaneBase) WriteJSON(w io.Writer) error

type PlaneBase_List

type PlaneBase_List C.PointerList

func NewPlaneBaseList

func NewPlaneBaseList(s *C.Segment, sz int) PlaneBase_List

func (PlaneBase_List) At

func (s PlaneBase_List) At(i int) PlaneBase

func (PlaneBase_List) Len

func (s PlaneBase_List) Len() int

func (PlaneBase_List) Set

func (s PlaneBase_List) Set(i int, item PlaneBase)

func (PlaneBase_List) ToArray

func (s PlaneBase_List) ToArray() []PlaneBase

type RWTestCapn

type RWTestCapn C.Struct

func AutoNewRWTestCapn

func AutoNewRWTestCapn(s *C.Segment) RWTestCapn

func NewRWTestCapn

func NewRWTestCapn(s *C.Segment) RWTestCapn

func NewRootRWTestCapn

func NewRootRWTestCapn(s *C.Segment) RWTestCapn

func ReadRootRWTestCapn

func ReadRootRWTestCapn(s *C.Segment) RWTestCapn

func (RWTestCapn) MarshalCapLit

func (s RWTestCapn) MarshalCapLit() ([]byte, error)

func (RWTestCapn) MarshalJSON

func (s RWTestCapn) MarshalJSON() ([]byte, error)

func (RWTestCapn) NestMatrix

func (s RWTestCapn) NestMatrix() C.PointerList

func (RWTestCapn) SetNestMatrix

func (s RWTestCapn) SetNestMatrix(v C.PointerList)

func (RWTestCapn) WriteCapLit

func (s RWTestCapn) WriteCapLit(w io.Writer) error

func (RWTestCapn) WriteJSON

func (s RWTestCapn) WriteJSON(w io.Writer) error

type RWTestCapn_List

type RWTestCapn_List C.PointerList

func NewRWTestCapnList

func NewRWTestCapnList(s *C.Segment, sz int) RWTestCapn_List

func (RWTestCapn_List) At

func (s RWTestCapn_List) At(i int) RWTestCapn

func (RWTestCapn_List) Len

func (s RWTestCapn_List) Len() int

func (RWTestCapn_List) Set

func (s RWTestCapn_List) Set(i int, item RWTestCapn)

func (RWTestCapn_List) ToArray

func (s RWTestCapn_List) ToArray() []RWTestCapn

type Regression

type Regression C.Struct

func AutoNewRegression

func AutoNewRegression(s *C.Segment) Regression

func NewRegression

func NewRegression(s *C.Segment) Regression

func NewRootRegression

func NewRootRegression(s *C.Segment) Regression

func ReadRootRegression

func ReadRootRegression(s *C.Segment) Regression

func (Regression) B0

func (s Regression) B0() float64

func (Regression) Base

func (s Regression) Base() PlaneBase

func (Regression) Beta

func (s Regression) Beta() C.Float64List

func (Regression) MarshalCapLit

func (s Regression) MarshalCapLit() ([]byte, error)

func (Regression) MarshalJSON

func (s Regression) MarshalJSON() ([]byte, error)

func (Regression) Planes

func (s Regression) Planes() Aircraft_List

func (Regression) SetB0

func (s Regression) SetB0(v float64)

func (Regression) SetBase

func (s Regression) SetBase(v PlaneBase)

func (Regression) SetBeta

func (s Regression) SetBeta(v C.Float64List)

func (Regression) SetPlanes

func (s Regression) SetPlanes(v Aircraft_List)

func (Regression) SetYmu

func (s Regression) SetYmu(v float64)

func (Regression) SetYsd

func (s Regression) SetYsd(v float64)

func (Regression) WriteCapLit

func (s Regression) WriteCapLit(w io.Writer) error

func (Regression) WriteJSON

func (s Regression) WriteJSON(w io.Writer) error

func (Regression) Ymu

func (s Regression) Ymu() float64

func (Regression) Ysd

func (s Regression) Ysd() float64

type Regression_List

type Regression_List C.PointerList

func NewRegressionList

func NewRegressionList(s *C.Segment, sz int) Regression_List

func (Regression_List) At

func (s Regression_List) At(i int) Regression

func (Regression_List) Len

func (s Regression_List) Len() int

func (Regression_List) Set

func (s Regression_List) Set(i int, item Regression)

func (Regression_List) ToArray

func (s Regression_List) ToArray() []Regression

type StackingA

type StackingA C.Struct

func AutoNewStackingA

func AutoNewStackingA(s *C.Segment) StackingA

func NewRootStackingA

func NewRootStackingA(s *C.Segment) StackingA

func NewStackingA

func NewStackingA(s *C.Segment) StackingA

func ReadRootStackingA

func ReadRootStackingA(s *C.Segment) StackingA

func (StackingA) B

func (s StackingA) B() StackingB

func (StackingA) MarshalCapLit

func (s StackingA) MarshalCapLit() ([]byte, error)

func (StackingA) MarshalJSON

func (s StackingA) MarshalJSON() ([]byte, error)

func (StackingA) Num

func (s StackingA) Num() int32

func (StackingA) SetB

func (s StackingA) SetB(v StackingB)

func (StackingA) SetNum

func (s StackingA) SetNum(v int32)

func (StackingA) WriteCapLit

func (s StackingA) WriteCapLit(w io.Writer) error

func (StackingA) WriteJSON

func (s StackingA) WriteJSON(w io.Writer) error

type StackingA_List

type StackingA_List C.PointerList

func NewStackingAList

func NewStackingAList(s *C.Segment, sz int) StackingA_List

func (StackingA_List) At

func (s StackingA_List) At(i int) StackingA

func (StackingA_List) Len

func (s StackingA_List) Len() int

func (StackingA_List) Set

func (s StackingA_List) Set(i int, item StackingA)

func (StackingA_List) ToArray

func (s StackingA_List) ToArray() []StackingA

type StackingB

type StackingB C.Struct

func AutoNewStackingB

func AutoNewStackingB(s *C.Segment) StackingB

func NewRootStackingB

func NewRootStackingB(s *C.Segment) StackingB

func NewStackingB

func NewStackingB(s *C.Segment) StackingB

func ReadRootStackingB

func ReadRootStackingB(s *C.Segment) StackingB

func (StackingB) MarshalCapLit

func (s StackingB) MarshalCapLit() ([]byte, error)

func (StackingB) MarshalJSON

func (s StackingB) MarshalJSON() ([]byte, error)

func (StackingB) Num

func (s StackingB) Num() int32

func (StackingB) SetNum

func (s StackingB) SetNum(v int32)

func (StackingB) WriteCapLit

func (s StackingB) WriteCapLit(w io.Writer) error

func (StackingB) WriteJSON

func (s StackingB) WriteJSON(w io.Writer) error

type StackingB_List

type StackingB_List C.PointerList

func NewStackingBList

func NewStackingBList(s *C.Segment, sz int) StackingB_List

func (StackingB_List) At

func (s StackingB_List) At(i int) StackingB

func (StackingB_List) Len

func (s StackingB_List) Len() int

func (StackingB_List) Set

func (s StackingB_List) Set(i int, item StackingB)

func (StackingB_List) ToArray

func (s StackingB_List) ToArray() []StackingB

type StackingRoot

type StackingRoot C.Struct

func AutoNewStackingRoot

func AutoNewStackingRoot(s *C.Segment) StackingRoot

func NewRootStackingRoot

func NewRootStackingRoot(s *C.Segment) StackingRoot

func NewStackingRoot

func NewStackingRoot(s *C.Segment) StackingRoot

func ReadRootStackingRoot

func ReadRootStackingRoot(s *C.Segment) StackingRoot

func (StackingRoot) A

func (s StackingRoot) A() StackingA

func (StackingRoot) AWithDefault

func (s StackingRoot) AWithDefault() StackingA

func (StackingRoot) MarshalCapLit

func (s StackingRoot) MarshalCapLit() ([]byte, error)

func (StackingRoot) MarshalJSON

func (s StackingRoot) MarshalJSON() ([]byte, error)

func (StackingRoot) SetA

func (s StackingRoot) SetA(v StackingA)

func (StackingRoot) SetAWithDefault

func (s StackingRoot) SetAWithDefault(v StackingA)

func (StackingRoot) WriteCapLit

func (s StackingRoot) WriteCapLit(w io.Writer) error

func (StackingRoot) WriteJSON

func (s StackingRoot) WriteJSON(w io.Writer) error

type StackingRoot_List

type StackingRoot_List C.PointerList

func NewStackingRootList

func NewStackingRootList(s *C.Segment, sz int) StackingRoot_List

func (StackingRoot_List) At

func (StackingRoot_List) Len

func (s StackingRoot_List) Len() int

func (StackingRoot_List) Set

func (s StackingRoot_List) Set(i int, item StackingRoot)

func (StackingRoot_List) ToArray

func (s StackingRoot_List) ToArray() []StackingRoot

type VerEmpty

type VerEmpty C.Struct

func AutoNewVerEmpty

func AutoNewVerEmpty(s *C.Segment) VerEmpty

func NewRootVerEmpty

func NewRootVerEmpty(s *C.Segment) VerEmpty

func NewVerEmpty

func NewVerEmpty(s *C.Segment) VerEmpty

func ReadRootVerEmpty

func ReadRootVerEmpty(s *C.Segment) VerEmpty

func (VerEmpty) MarshalCapLit

func (s VerEmpty) MarshalCapLit() ([]byte, error)

func (VerEmpty) MarshalJSON

func (s VerEmpty) MarshalJSON() ([]byte, error)

func (VerEmpty) WriteCapLit

func (s VerEmpty) WriteCapLit(w io.Writer) error

func (VerEmpty) WriteJSON

func (s VerEmpty) WriteJSON(w io.Writer) error

type VerEmpty_List

type VerEmpty_List C.PointerList

func NewVerEmptyList

func NewVerEmptyList(s *C.Segment, sz int) VerEmpty_List

func (VerEmpty_List) At

func (s VerEmpty_List) At(i int) VerEmpty

func (VerEmpty_List) Len

func (s VerEmpty_List) Len() int

func (VerEmpty_List) Set

func (s VerEmpty_List) Set(i int, item VerEmpty)

func (VerEmpty_List) ToArray

func (s VerEmpty_List) ToArray() []VerEmpty

type VerOneData

type VerOneData C.Struct

func AutoNewVerOneData

func AutoNewVerOneData(s *C.Segment) VerOneData

func NewRootVerOneData

func NewRootVerOneData(s *C.Segment) VerOneData

func NewVerOneData

func NewVerOneData(s *C.Segment) VerOneData

func ReadRootVerOneData

func ReadRootVerOneData(s *C.Segment) VerOneData

func (VerOneData) MarshalCapLit

func (s VerOneData) MarshalCapLit() ([]byte, error)

func (VerOneData) MarshalJSON

func (s VerOneData) MarshalJSON() ([]byte, error)

func (VerOneData) SetVal

func (s VerOneData) SetVal(v int16)

func (VerOneData) Val

func (s VerOneData) Val() int16

func (VerOneData) WriteCapLit

func (s VerOneData) WriteCapLit(w io.Writer) error

func (VerOneData) WriteJSON

func (s VerOneData) WriteJSON(w io.Writer) error

type VerOneData_List

type VerOneData_List C.PointerList

func NewVerOneDataList

func NewVerOneDataList(s *C.Segment, sz int) VerOneData_List

func (VerOneData_List) At

func (s VerOneData_List) At(i int) VerOneData

func (VerOneData_List) Len

func (s VerOneData_List) Len() int

func (VerOneData_List) Set

func (s VerOneData_List) Set(i int, item VerOneData)

func (VerOneData_List) ToArray

func (s VerOneData_List) ToArray() []VerOneData

type VerOnePtr

type VerOnePtr C.Struct

func AutoNewVerOnePtr

func AutoNewVerOnePtr(s *C.Segment) VerOnePtr

func NewRootVerOnePtr

func NewRootVerOnePtr(s *C.Segment) VerOnePtr

func NewVerOnePtr

func NewVerOnePtr(s *C.Segment) VerOnePtr

func ReadRootVerOnePtr

func ReadRootVerOnePtr(s *C.Segment) VerOnePtr

func (VerOnePtr) MarshalCapLit

func (s VerOnePtr) MarshalCapLit() ([]byte, error)

func (VerOnePtr) MarshalJSON

func (s VerOnePtr) MarshalJSON() ([]byte, error)

func (VerOnePtr) Ptr

func (s VerOnePtr) Ptr() VerOneData

func (VerOnePtr) SetPtr

func (s VerOnePtr) SetPtr(v VerOneData)

func (VerOnePtr) WriteCapLit

func (s VerOnePtr) WriteCapLit(w io.Writer) error

func (VerOnePtr) WriteJSON

func (s VerOnePtr) WriteJSON(w io.Writer) error

type VerOnePtr_List

type VerOnePtr_List C.PointerList

func NewVerOnePtrList

func NewVerOnePtrList(s *C.Segment, sz int) VerOnePtr_List

func (VerOnePtr_List) At

func (s VerOnePtr_List) At(i int) VerOnePtr

func (VerOnePtr_List) Len

func (s VerOnePtr_List) Len() int

func (VerOnePtr_List) Set

func (s VerOnePtr_List) Set(i int, item VerOnePtr)

func (VerOnePtr_List) ToArray

func (s VerOnePtr_List) ToArray() []VerOnePtr

type VerTwoData

type VerTwoData C.Struct

func AutoNewVerTwoData

func AutoNewVerTwoData(s *C.Segment) VerTwoData

func NewRootVerTwoData

func NewRootVerTwoData(s *C.Segment) VerTwoData

func NewVerTwoData

func NewVerTwoData(s *C.Segment) VerTwoData

func ReadRootVerTwoData

func ReadRootVerTwoData(s *C.Segment) VerTwoData

func (VerTwoData) Duo

func (s VerTwoData) Duo() int64

func (VerTwoData) MarshalCapLit

func (s VerTwoData) MarshalCapLit() ([]byte, error)

func (VerTwoData) MarshalJSON

func (s VerTwoData) MarshalJSON() ([]byte, error)

func (VerTwoData) SetDuo

func (s VerTwoData) SetDuo(v int64)

func (VerTwoData) SetVal

func (s VerTwoData) SetVal(v int16)

func (VerTwoData) Val

func (s VerTwoData) Val() int16

func (VerTwoData) WriteCapLit

func (s VerTwoData) WriteCapLit(w io.Writer) error

func (VerTwoData) WriteJSON

func (s VerTwoData) WriteJSON(w io.Writer) error

type VerTwoDataTwoPtr

type VerTwoDataTwoPtr C.Struct

func AutoNewVerTwoDataTwoPtr

func AutoNewVerTwoDataTwoPtr(s *C.Segment) VerTwoDataTwoPtr

func NewRootVerTwoDataTwoPtr

func NewRootVerTwoDataTwoPtr(s *C.Segment) VerTwoDataTwoPtr

func NewVerTwoDataTwoPtr

func NewVerTwoDataTwoPtr(s *C.Segment) VerTwoDataTwoPtr

func ReadRootVerTwoDataTwoPtr

func ReadRootVerTwoDataTwoPtr(s *C.Segment) VerTwoDataTwoPtr

func (VerTwoDataTwoPtr) Duo

func (s VerTwoDataTwoPtr) Duo() int64

func (VerTwoDataTwoPtr) MarshalCapLit

func (s VerTwoDataTwoPtr) MarshalCapLit() ([]byte, error)

func (VerTwoDataTwoPtr) MarshalJSON

func (s VerTwoDataTwoPtr) MarshalJSON() ([]byte, error)

func (VerTwoDataTwoPtr) Ptr1

func (s VerTwoDataTwoPtr) Ptr1() VerOneData

func (VerTwoDataTwoPtr) Ptr2

func (s VerTwoDataTwoPtr) Ptr2() VerOneData

func (VerTwoDataTwoPtr) SetDuo

func (s VerTwoDataTwoPtr) SetDuo(v int64)

func (VerTwoDataTwoPtr) SetPtr1

func (s VerTwoDataTwoPtr) SetPtr1(v VerOneData)

func (VerTwoDataTwoPtr) SetPtr2

func (s VerTwoDataTwoPtr) SetPtr2(v VerOneData)

func (VerTwoDataTwoPtr) SetVal

func (s VerTwoDataTwoPtr) SetVal(v int16)

func (VerTwoDataTwoPtr) Val

func (s VerTwoDataTwoPtr) Val() int16

func (VerTwoDataTwoPtr) WriteCapLit

func (s VerTwoDataTwoPtr) WriteCapLit(w io.Writer) error

func (VerTwoDataTwoPtr) WriteJSON

func (s VerTwoDataTwoPtr) WriteJSON(w io.Writer) error

type VerTwoDataTwoPtr_List

type VerTwoDataTwoPtr_List C.PointerList

func NewVerTwoDataTwoPtrList

func NewVerTwoDataTwoPtrList(s *C.Segment, sz int) VerTwoDataTwoPtr_List

func (VerTwoDataTwoPtr_List) At

func (VerTwoDataTwoPtr_List) Len

func (s VerTwoDataTwoPtr_List) Len() int

func (VerTwoDataTwoPtr_List) Set

func (VerTwoDataTwoPtr_List) ToArray

type VerTwoData_List

type VerTwoData_List C.PointerList

func NewVerTwoDataList

func NewVerTwoDataList(s *C.Segment, sz int) VerTwoData_List

func (VerTwoData_List) At

func (s VerTwoData_List) At(i int) VerTwoData

func (VerTwoData_List) Len

func (s VerTwoData_List) Len() int

func (VerTwoData_List) Set

func (s VerTwoData_List) Set(i int, item VerTwoData)

func (VerTwoData_List) ToArray

func (s VerTwoData_List) ToArray() []VerTwoData

type VerTwoPtr

type VerTwoPtr C.Struct

func AutoNewVerTwoPtr

func AutoNewVerTwoPtr(s *C.Segment) VerTwoPtr

func NewRootVerTwoPtr

func NewRootVerTwoPtr(s *C.Segment) VerTwoPtr

func NewVerTwoPtr

func NewVerTwoPtr(s *C.Segment) VerTwoPtr

func ReadRootVerTwoPtr

func ReadRootVerTwoPtr(s *C.Segment) VerTwoPtr

func (VerTwoPtr) MarshalCapLit

func (s VerTwoPtr) MarshalCapLit() ([]byte, error)

func (VerTwoPtr) MarshalJSON

func (s VerTwoPtr) MarshalJSON() ([]byte, error)

func (VerTwoPtr) Ptr1

func (s VerTwoPtr) Ptr1() VerOneData

func (VerTwoPtr) Ptr2

func (s VerTwoPtr) Ptr2() VerOneData

func (VerTwoPtr) SetPtr1

func (s VerTwoPtr) SetPtr1(v VerOneData)

func (VerTwoPtr) SetPtr2

func (s VerTwoPtr) SetPtr2(v VerOneData)

func (VerTwoPtr) WriteCapLit

func (s VerTwoPtr) WriteCapLit(w io.Writer) error

func (VerTwoPtr) WriteJSON

func (s VerTwoPtr) WriteJSON(w io.Writer) error

type VerTwoPtr_List

type VerTwoPtr_List C.PointerList

func NewVerTwoPtrList

func NewVerTwoPtrList(s *C.Segment, sz int) VerTwoPtr_List

func (VerTwoPtr_List) At

func (s VerTwoPtr_List) At(i int) VerTwoPtr

func (VerTwoPtr_List) Len

func (s VerTwoPtr_List) Len() int

func (VerTwoPtr_List) Set

func (s VerTwoPtr_List) Set(i int, item VerTwoPtr)

func (VerTwoPtr_List) ToArray

func (s VerTwoPtr_List) ToArray() []VerTwoPtr

type VerTwoTwoPlus

type VerTwoTwoPlus C.Struct

func AutoNewVerTwoTwoPlus

func AutoNewVerTwoTwoPlus(s *C.Segment) VerTwoTwoPlus

func NewRootVerTwoTwoPlus

func NewRootVerTwoTwoPlus(s *C.Segment) VerTwoTwoPlus

func NewVerTwoTwoPlus

func NewVerTwoTwoPlus(s *C.Segment) VerTwoTwoPlus

func ReadRootVerTwoTwoPlus

func ReadRootVerTwoTwoPlus(s *C.Segment) VerTwoTwoPlus

func (VerTwoTwoPlus) Duo

func (s VerTwoTwoPlus) Duo() int64

func (VerTwoTwoPlus) Lst3

func (s VerTwoTwoPlus) Lst3() C.Int64List

func (VerTwoTwoPlus) MarshalCapLit

func (s VerTwoTwoPlus) MarshalCapLit() ([]byte, error)

func (VerTwoTwoPlus) MarshalJSON

func (s VerTwoTwoPlus) MarshalJSON() ([]byte, error)

func (VerTwoTwoPlus) Ptr1

func (VerTwoTwoPlus) Ptr2

func (VerTwoTwoPlus) SetDuo

func (s VerTwoTwoPlus) SetDuo(v int64)

func (VerTwoTwoPlus) SetLst3

func (s VerTwoTwoPlus) SetLst3(v C.Int64List)

func (VerTwoTwoPlus) SetPtr1

func (s VerTwoTwoPlus) SetPtr1(v VerTwoDataTwoPtr)

func (VerTwoTwoPlus) SetPtr2

func (s VerTwoTwoPlus) SetPtr2(v VerTwoDataTwoPtr)

func (VerTwoTwoPlus) SetTre

func (s VerTwoTwoPlus) SetTre(v int64)

func (VerTwoTwoPlus) SetVal

func (s VerTwoTwoPlus) SetVal(v int16)

func (VerTwoTwoPlus) Tre

func (s VerTwoTwoPlus) Tre() int64

func (VerTwoTwoPlus) Val

func (s VerTwoTwoPlus) Val() int16

func (VerTwoTwoPlus) WriteCapLit

func (s VerTwoTwoPlus) WriteCapLit(w io.Writer) error

func (VerTwoTwoPlus) WriteJSON

func (s VerTwoTwoPlus) WriteJSON(w io.Writer) error

type VerTwoTwoPlus_List

type VerTwoTwoPlus_List C.PointerList

func NewVerTwoTwoPlusList

func NewVerTwoTwoPlusList(s *C.Segment, sz int) VerTwoTwoPlus_List

func (VerTwoTwoPlus_List) At

func (VerTwoTwoPlus_List) Len

func (s VerTwoTwoPlus_List) Len() int

func (VerTwoTwoPlus_List) Set

func (s VerTwoTwoPlus_List) Set(i int, item VerTwoTwoPlus)

func (VerTwoTwoPlus_List) ToArray

func (s VerTwoTwoPlus_List) ToArray() []VerTwoTwoPlus

type VoidUnion

type VoidUnion C.Struct

func AutoNewVoidUnion

func AutoNewVoidUnion(s *C.Segment) VoidUnion

func NewRootVoidUnion

func NewRootVoidUnion(s *C.Segment) VoidUnion

func NewVoidUnion

func NewVoidUnion(s *C.Segment) VoidUnion

func ReadRootVoidUnion

func ReadRootVoidUnion(s *C.Segment) VoidUnion

func (VoidUnion) MarshalCapLit

func (s VoidUnion) MarshalCapLit() ([]byte, error)

func (VoidUnion) MarshalJSON

func (s VoidUnion) MarshalJSON() ([]byte, error)

func (VoidUnion) SetA

func (s VoidUnion) SetA()

func (VoidUnion) SetB

func (s VoidUnion) SetB()

func (VoidUnion) Which

func (s VoidUnion) Which() VoidUnion_Which

func (VoidUnion) WriteCapLit

func (s VoidUnion) WriteCapLit(w io.Writer) error

func (VoidUnion) WriteJSON

func (s VoidUnion) WriteJSON(w io.Writer) error

type VoidUnion_List

type VoidUnion_List C.PointerList

func NewVoidUnionList

func NewVoidUnionList(s *C.Segment, sz int) VoidUnion_List

func (VoidUnion_List) At

func (s VoidUnion_List) At(i int) VoidUnion

func (VoidUnion_List) Len

func (s VoidUnion_List) Len() int

func (VoidUnion_List) Set

func (s VoidUnion_List) Set(i int, item VoidUnion)

func (VoidUnion_List) ToArray

func (s VoidUnion_List) ToArray() []VoidUnion

type VoidUnion_Which

type VoidUnion_Which uint16
const (
	VOIDUNION_A VoidUnion_Which = 0
	VOIDUNION_B VoidUnion_Which = 1
)

type Wrap2x2

type Wrap2x2 C.Struct

func AutoNewWrap2x2

func AutoNewWrap2x2(s *C.Segment) Wrap2x2

func NewRootWrap2x2

func NewRootWrap2x2(s *C.Segment) Wrap2x2

func NewWrap2x2

func NewWrap2x2(s *C.Segment) Wrap2x2

func ReadRootWrap2x2

func ReadRootWrap2x2(s *C.Segment) Wrap2x2

func (Wrap2x2) MarshalCapLit

func (s Wrap2x2) MarshalCapLit() ([]byte, error)

func (Wrap2x2) MarshalJSON

func (s Wrap2x2) MarshalJSON() ([]byte, error)

func (Wrap2x2) MightNotBeReallyEmpty

func (s Wrap2x2) MightNotBeReallyEmpty() VerTwoDataTwoPtr

func (Wrap2x2) SetMightNotBeReallyEmpty

func (s Wrap2x2) SetMightNotBeReallyEmpty(v VerTwoDataTwoPtr)

func (Wrap2x2) WriteCapLit

func (s Wrap2x2) WriteCapLit(w io.Writer) error

func (Wrap2x2) WriteJSON

func (s Wrap2x2) WriteJSON(w io.Writer) error

type Wrap2x2_List

type Wrap2x2_List C.PointerList

func NewWrap2x2List

func NewWrap2x2List(s *C.Segment, sz int) Wrap2x2_List

func (Wrap2x2_List) At

func (s Wrap2x2_List) At(i int) Wrap2x2

func (Wrap2x2_List) Len

func (s Wrap2x2_List) Len() int

func (Wrap2x2_List) Set

func (s Wrap2x2_List) Set(i int, item Wrap2x2)

func (Wrap2x2_List) ToArray

func (s Wrap2x2_List) ToArray() []Wrap2x2

type Wrap2x2plus

type Wrap2x2plus C.Struct

func AutoNewWrap2x2plus

func AutoNewWrap2x2plus(s *C.Segment) Wrap2x2plus

func NewRootWrap2x2plus

func NewRootWrap2x2plus(s *C.Segment) Wrap2x2plus

func NewWrap2x2plus

func NewWrap2x2plus(s *C.Segment) Wrap2x2plus

func ReadRootWrap2x2plus

func ReadRootWrap2x2plus(s *C.Segment) Wrap2x2plus

func (Wrap2x2plus) MarshalCapLit

func (s Wrap2x2plus) MarshalCapLit() ([]byte, error)

func (Wrap2x2plus) MarshalJSON

func (s Wrap2x2plus) MarshalJSON() ([]byte, error)

func (Wrap2x2plus) MightNotBeReallyEmpty

func (s Wrap2x2plus) MightNotBeReallyEmpty() VerTwoTwoPlus

func (Wrap2x2plus) SetMightNotBeReallyEmpty

func (s Wrap2x2plus) SetMightNotBeReallyEmpty(v VerTwoTwoPlus)

func (Wrap2x2plus) WriteCapLit

func (s Wrap2x2plus) WriteCapLit(w io.Writer) error

func (Wrap2x2plus) WriteJSON

func (s Wrap2x2plus) WriteJSON(w io.Writer) error

type Wrap2x2plus_List

type Wrap2x2plus_List C.PointerList

func NewWrap2x2plusList

func NewWrap2x2plusList(s *C.Segment, sz int) Wrap2x2plus_List

func (Wrap2x2plus_List) At

func (Wrap2x2plus_List) Len

func (s Wrap2x2plus_List) Len() int

func (Wrap2x2plus_List) Set

func (s Wrap2x2plus_List) Set(i int, item Wrap2x2plus)

func (Wrap2x2plus_List) ToArray

func (s Wrap2x2plus_List) ToArray() []Wrap2x2plus

type WrapEmpty

type WrapEmpty C.Struct

func AutoNewWrapEmpty

func AutoNewWrapEmpty(s *C.Segment) WrapEmpty

func NewRootWrapEmpty

func NewRootWrapEmpty(s *C.Segment) WrapEmpty

func NewWrapEmpty

func NewWrapEmpty(s *C.Segment) WrapEmpty

func ReadRootWrapEmpty

func ReadRootWrapEmpty(s *C.Segment) WrapEmpty

func (WrapEmpty) MarshalCapLit

func (s WrapEmpty) MarshalCapLit() ([]byte, error)

func (WrapEmpty) MarshalJSON

func (s WrapEmpty) MarshalJSON() ([]byte, error)

func (WrapEmpty) MightNotBeReallyEmpty

func (s WrapEmpty) MightNotBeReallyEmpty() VerEmpty

func (WrapEmpty) SetMightNotBeReallyEmpty

func (s WrapEmpty) SetMightNotBeReallyEmpty(v VerEmpty)

func (WrapEmpty) WriteCapLit

func (s WrapEmpty) WriteCapLit(w io.Writer) error

func (WrapEmpty) WriteJSON

func (s WrapEmpty) WriteJSON(w io.Writer) error

type WrapEmpty_List

type WrapEmpty_List C.PointerList

func NewWrapEmptyList

func NewWrapEmptyList(s *C.Segment, sz int) WrapEmpty_List

func (WrapEmpty_List) At

func (s WrapEmpty_List) At(i int) WrapEmpty

func (WrapEmpty_List) Len

func (s WrapEmpty_List) Len() int

func (WrapEmpty_List) Set

func (s WrapEmpty_List) Set(i int, item WrapEmpty)

func (WrapEmpty_List) ToArray

func (s WrapEmpty_List) ToArray() []WrapEmpty

type Z

type Z C.Struct

func AutoNewZ

func AutoNewZ(s *C.Segment) Z

func NewRootZ

func NewRootZ(s *C.Segment) Z

func NewZ

func NewZ(s *C.Segment) Z

func ReadRootZ

func ReadRootZ(s *C.Segment) Z

func (Z) A320

func (s Z) A320() A320

func (Z) Aircraft

func (s Z) Aircraft() Aircraft

func (Z) Aircraftvec

func (s Z) Aircraftvec() Aircraft_List

func (Z) Airport

func (s Z) Airport() Airport

func (Z) B737

func (s Z) B737() B737

func (Z) Blob

func (s Z) Blob() []byte

func (Z) Bool

func (s Z) Bool() bool

func (Z) Boolvec

func (s Z) Boolvec() C.BitList

func (Z) F16

func (s Z) F16() F16

func (Z) F32

func (s Z) F32() float32

func (Z) F32vec

func (s Z) F32vec() C.Float32List

func (Z) F64

func (s Z) F64() float64

func (Z) F64vec

func (s Z) F64vec() C.Float64List

func (Z) I16

func (s Z) I16() int16

func (Z) I16vec

func (s Z) I16vec() C.Int16List

func (Z) I32

func (s Z) I32() int32

func (Z) I32vec

func (s Z) I32vec() C.Int32List

func (Z) I64

func (s Z) I64() int64

func (Z) I64vec

func (s Z) I64vec() C.Int64List

func (Z) I8

func (s Z) I8() int8

func (Z) I8vec

func (s Z) I8vec() C.Int8List

func (Z) MarshalCapLit

func (s Z) MarshalCapLit() ([]byte, error)

func (Z) MarshalJSON

func (s Z) MarshalJSON() ([]byte, error)

func (Z) Planebase

func (s Z) Planebase() PlaneBase

func (Z) Regression

func (s Z) Regression() Regression

func (Z) SetA320

func (s Z) SetA320(v A320)

func (Z) SetAircraft

func (s Z) SetAircraft(v Aircraft)

func (Z) SetAircraftvec

func (s Z) SetAircraftvec(v Aircraft_List)

func (Z) SetAirport

func (s Z) SetAirport(v Airport)

func (Z) SetB737

func (s Z) SetB737(v B737)

func (Z) SetBlob

func (s Z) SetBlob(v []byte)

func (Z) SetBool

func (s Z) SetBool(v bool)

func (Z) SetBoolvec

func (s Z) SetBoolvec(v C.BitList)

func (Z) SetF16

func (s Z) SetF16(v F16)

func (Z) SetF32

func (s Z) SetF32(v float32)

func (Z) SetF32vec

func (s Z) SetF32vec(v C.Float32List)

func (Z) SetF64

func (s Z) SetF64(v float64)

func (Z) SetF64vec

func (s Z) SetF64vec(v C.Float64List)

func (Z) SetI16

func (s Z) SetI16(v int16)

func (Z) SetI16vec

func (s Z) SetI16vec(v C.Int16List)

func (Z) SetI32

func (s Z) SetI32(v int32)

func (Z) SetI32vec

func (s Z) SetI32vec(v C.Int32List)

func (Z) SetI64

func (s Z) SetI64(v int64)

func (Z) SetI64vec

func (s Z) SetI64vec(v C.Int64List)

func (Z) SetI8

func (s Z) SetI8(v int8)

func (Z) SetI8vec

func (s Z) SetI8vec(v C.Int8List)

func (Z) SetPlanebase

func (s Z) SetPlanebase(v PlaneBase)

func (Z) SetRegression

func (s Z) SetRegression(v Regression)

func (Z) SetText

func (s Z) SetText(v string)

func (Z) SetU16

func (s Z) SetU16(v uint16)

func (Z) SetU16vec

func (s Z) SetU16vec(v C.UInt16List)

func (Z) SetU32

func (s Z) SetU32(v uint32)

func (Z) SetU32vec

func (s Z) SetU32vec(v C.UInt32List)

func (Z) SetU64

func (s Z) SetU64(v uint64)

func (Z) SetU64vec

func (s Z) SetU64vec(v C.UInt64List)

func (Z) SetU8

func (s Z) SetU8(v uint8)

func (Z) SetU8vec

func (s Z) SetU8vec(v C.UInt8List)

func (Z) SetVoid

func (s Z) SetVoid()

func (Z) SetZdata

func (s Z) SetZdata(v Zdata)

func (Z) SetZdatavec

func (s Z) SetZdatavec(v Zdata_List)

func (Z) SetZdate

func (s Z) SetZdate(v Zdate)

func (Z) SetZdatevec

func (s Z) SetZdatevec(v Zdate_List)

func (Z) SetZvec

func (s Z) SetZvec(v Z_List)

func (Z) SetZvecvec

func (s Z) SetZvecvec(v C.PointerList)

func (Z) SetZz

func (s Z) SetZz(v Z)

func (Z) Text

func (s Z) Text() string

func (Z) TextBytes

func (s Z) TextBytes() []byte

func (Z) U16

func (s Z) U16() uint16

func (Z) U16vec

func (s Z) U16vec() C.UInt16List

func (Z) U32

func (s Z) U32() uint32

func (Z) U32vec

func (s Z) U32vec() C.UInt32List

func (Z) U64

func (s Z) U64() uint64

func (Z) U64vec

func (s Z) U64vec() C.UInt64List

func (Z) U8

func (s Z) U8() uint8

func (Z) U8vec

func (s Z) U8vec() C.UInt8List

func (Z) Which

func (s Z) Which() Z_Which

func (Z) WriteCapLit

func (s Z) WriteCapLit(w io.Writer) error

func (Z) WriteJSON

func (s Z) WriteJSON(w io.Writer) error

func (Z) Zdata

func (s Z) Zdata() Zdata

func (Z) Zdatavec

func (s Z) Zdatavec() Zdata_List

func (Z) Zdate

func (s Z) Zdate() Zdate

func (Z) Zdatevec

func (s Z) Zdatevec() Zdate_List

func (Z) Zvec

func (s Z) Zvec() Z_List

func (Z) Zvecvec

func (s Z) Zvecvec() C.PointerList

func (Z) Zz

func (s Z) Zz() Z

type Z_List

type Z_List C.PointerList

func NewZList

func NewZList(s *C.Segment, sz int) Z_List

func (Z_List) At

func (s Z_List) At(i int) Z

func (Z_List) Len

func (s Z_List) Len() int

func (Z_List) Set

func (s Z_List) Set(i int, item Z)

func (Z_List) ToArray

func (s Z_List) ToArray() []Z

type Z_Which

type Z_Which uint16
const (
	Z_VOID        Z_Which = 0
	Z_ZZ          Z_Which = 1
	Z_F64         Z_Which = 2
	Z_F32         Z_Which = 3
	Z_I64         Z_Which = 4
	Z_I32         Z_Which = 5
	Z_I16         Z_Which = 6
	Z_I8          Z_Which = 7
	Z_U64         Z_Which = 8
	Z_U32         Z_Which = 9
	Z_U16         Z_Which = 10
	Z_U8          Z_Which = 11
	Z_BOOL        Z_Which = 12
	Z_TEXT        Z_Which = 13
	Z_BLOB        Z_Which = 14
	Z_F64VEC      Z_Which = 15
	Z_F32VEC      Z_Which = 16
	Z_I64VEC      Z_Which = 17
	Z_I32VEC      Z_Which = 18
	Z_I16VEC      Z_Which = 19
	Z_I8VEC       Z_Which = 20
	Z_U64VEC      Z_Which = 21
	Z_U32VEC      Z_Which = 22
	Z_U16VEC      Z_Which = 23
	Z_U8VEC       Z_Which = 24
	Z_ZVEC        Z_Which = 25
	Z_ZVECVEC     Z_Which = 26
	Z_ZDATE       Z_Which = 27
	Z_ZDATA       Z_Which = 28
	Z_AIRCRAFTVEC Z_Which = 29
	Z_AIRCRAFT    Z_Which = 30
	Z_REGRESSION  Z_Which = 31
	Z_PLANEBASE   Z_Which = 32
	Z_AIRPORT     Z_Which = 33
	Z_B737        Z_Which = 34
	Z_A320        Z_Which = 35
	Z_F16         Z_Which = 36
	Z_ZDATEVEC    Z_Which = 37
	Z_ZDATAVEC    Z_Which = 38
	Z_BOOLVEC     Z_Which = 39
)

type Zdata

type Zdata C.Struct

func AutoNewZdata

func AutoNewZdata(s *C.Segment) Zdata

func NewRootZdata

func NewRootZdata(s *C.Segment) Zdata

func NewZdata

func NewZdata(s *C.Segment) Zdata

func ReadRootZdata

func ReadRootZdata(s *C.Segment) Zdata

func (Zdata) Data

func (s Zdata) Data() []byte

func (Zdata) MarshalCapLit

func (s Zdata) MarshalCapLit() ([]byte, error)

func (Zdata) MarshalJSON

func (s Zdata) MarshalJSON() ([]byte, error)

func (Zdata) SetData

func (s Zdata) SetData(v []byte)

func (Zdata) WriteCapLit

func (s Zdata) WriteCapLit(w io.Writer) error

func (Zdata) WriteJSON

func (s Zdata) WriteJSON(w io.Writer) error

type Zdata_List

type Zdata_List C.PointerList

func NewZdataList

func NewZdataList(s *C.Segment, sz int) Zdata_List

func (Zdata_List) At

func (s Zdata_List) At(i int) Zdata

func (Zdata_List) Len

func (s Zdata_List) Len() int

func (Zdata_List) Set

func (s Zdata_List) Set(i int, item Zdata)

func (Zdata_List) ToArray

func (s Zdata_List) ToArray() []Zdata

type Zdate

type Zdate C.Struct

func AutoNewZdate

func AutoNewZdate(s *C.Segment) Zdate

func NewRootZdate

func NewRootZdate(s *C.Segment) Zdate

func NewZdate

func NewZdate(s *C.Segment) Zdate

func ReadRootZdate

func ReadRootZdate(s *C.Segment) Zdate

func (Zdate) Day

func (s Zdate) Day() uint8

func (Zdate) MarshalCapLit

func (s Zdate) MarshalCapLit() ([]byte, error)

func (Zdate) MarshalJSON

func (s Zdate) MarshalJSON() ([]byte, error)

func (Zdate) Month

func (s Zdate) Month() uint8

func (Zdate) SetDay

func (s Zdate) SetDay(v uint8)

func (Zdate) SetMonth

func (s Zdate) SetMonth(v uint8)

func (Zdate) SetYear

func (s Zdate) SetYear(v int16)

func (Zdate) WriteCapLit

func (s Zdate) WriteCapLit(w io.Writer) error

func (Zdate) WriteJSON

func (s Zdate) WriteJSON(w io.Writer) error

func (Zdate) Year

func (s Zdate) Year() int16

type Zdate_List

type Zdate_List C.PointerList

func NewZdateList

func NewZdateList(s *C.Segment, sz int) Zdate_List

func (Zdate_List) At

func (s Zdate_List) At(i int) Zdate

func (Zdate_List) Len

func (s Zdate_List) Len() int

func (Zdate_List) Set

func (s Zdate_List) Set(i int, item Zdate)

func (Zdate_List) ToArray

func (s Zdate_List) ToArray() []Zdate

type Zjob

type Zjob C.Struct

func AutoNewZjob

func AutoNewZjob(s *C.Segment) Zjob

func NewRootZjob

func NewRootZjob(s *C.Segment) Zjob

func NewZjob

func NewZjob(s *C.Segment) Zjob

func ReadRootZjob

func ReadRootZjob(s *C.Segment) Zjob

func (Zjob) Args

func (s Zjob) Args() C.TextList

func (Zjob) Cmd

func (s Zjob) Cmd() string

func (Zjob) CmdBytes

func (s Zjob) CmdBytes() []byte

func (Zjob) MarshalCapLit

func (s Zjob) MarshalCapLit() ([]byte, error)

func (Zjob) MarshalJSON

func (s Zjob) MarshalJSON() ([]byte, error)

func (Zjob) SetArgs

func (s Zjob) SetArgs(v C.TextList)

func (Zjob) SetCmd

func (s Zjob) SetCmd(v string)

func (Zjob) WriteCapLit

func (s Zjob) WriteCapLit(w io.Writer) error

func (Zjob) WriteJSON

func (s Zjob) WriteJSON(w io.Writer) error

type Zjob_List

type Zjob_List C.PointerList

func NewZjobList

func NewZjobList(s *C.Segment, sz int) Zjob_List

func (Zjob_List) At

func (s Zjob_List) At(i int) Zjob

func (Zjob_List) Len

func (s Zjob_List) Len() int

func (Zjob_List) Set

func (s Zjob_List) Set(i int, item Zjob)

func (Zjob_List) ToArray

func (s Zjob_List) ToArray() []Zjob

type Zserver

type Zserver C.Struct

func AutoNewZserver

func AutoNewZserver(s *C.Segment) Zserver

func NewRootZserver

func NewRootZserver(s *C.Segment) Zserver

func NewZserver

func NewZserver(s *C.Segment) Zserver

func ReadRootZserver

func ReadRootZserver(s *C.Segment) Zserver

func (Zserver) MarshalCapLit

func (s Zserver) MarshalCapLit() ([]byte, error)

func (Zserver) MarshalJSON

func (s Zserver) MarshalJSON() ([]byte, error)

func (Zserver) SetWaitingjobs

func (s Zserver) SetWaitingjobs(v Zjob_List)

func (Zserver) Waitingjobs

func (s Zserver) Waitingjobs() Zjob_List

func (Zserver) WriteCapLit

func (s Zserver) WriteCapLit(w io.Writer) error

func (Zserver) WriteJSON

func (s Zserver) WriteJSON(w io.Writer) error

type Zserver_List

type Zserver_List C.PointerList

func NewZserverList

func NewZserverList(s *C.Segment, sz int) Zserver_List

func (Zserver_List) At

func (s Zserver_List) At(i int) Zserver

func (Zserver_List) Len

func (s Zserver_List) Len() int

func (Zserver_List) Set

func (s Zserver_List) Set(i int, item Zserver)

func (Zserver_List) ToArray

func (s Zserver_List) ToArray() []Zserver

Jump to

Keyboard shortcuts

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