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