Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type TupleInt
- func (item *TupleInt) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
- func (item *TupleInt) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *TupleInt) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer, nat_n uint32) error
- func (item *TupleInt) ReadTL1(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) ReadTL1Boxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) ReadTL2(r []byte, tctx *basictl.TL2ReadContext) (_ []byte, err error)
- func (item *TupleInt) Reset()
- func (TupleInt) TLName() string
- func (TupleInt) TLTag() uint32
- func (item *TupleInt) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteTL1(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteTL1Boxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleInt) WriteTL2(w []byte, tctx *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) FillRandom ¶
func (item *TupleInt) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
func (*TupleInt) InternalReadTL2 ¶
func (*TupleInt) ReadJSONGeneral ¶
func (*TupleInt) ReadTL1Boxed ¶
func (*TupleInt) WriteJSONGeneral ¶
func (item *TupleInt) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TupleInt) WriteJSONOpt ¶
func (*TupleInt) WriteTL1Boxed ¶
Click to show internal directories.
Click to hide internal directories.