Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type TupleInt
- func (item *TupleInt) CalculateLayout(sizes []int) []int
- func (item *TupleInt) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
- func (item *TupleInt) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *TupleInt) InternalWriteTL2(w []byte, sizes []int) ([]byte, []int)
- func (item *TupleInt) Read(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) ReadBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) ReadJSONGeneral(tctx *basictl.JSONReadContext, in *basictl.JsonLexer, nat_n uint32) error
- func (item *TupleInt) ReadTL2(r []byte, ctx *basictl.TL2ReadContext) (_ []byte, err error)
- func (item *TupleInt) Reset()
- func (TupleInt) TLName() string
- func (TupleInt) TLTag() uint32
- func (item *TupleInt) Write(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteBoxedGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteJSONOpt(tctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteTL2(w []byte, ctx *basictl.TL2WriteContext) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TupleInt ¶
type TupleInt []int32
func (*TupleInt) CalculateLayout ¶ added in v1.1.25
func (*TupleInt) FillRandom ¶
func (item *TupleInt) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
func (*TupleInt) InternalReadTL2 ¶ added in v1.2.1
func (*TupleInt) InternalWriteTL2 ¶ added in v1.1.25
func (*TupleInt) ReadJSONGeneral ¶ added in v1.2.18
func (*TupleInt) WriteBoxed ¶
func (*TupleInt) WriteBoxedGeneral ¶
func (*TupleInt) WriteGeneral ¶
func (*TupleInt) WriteJSONGeneral ¶
func (item *TupleInt) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TupleInt) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.