Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type TupleString
- func (item *TupleString) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
- func (item *TupleString) Read(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) ReadBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_n uint32) error
- func (item *TupleString) Reset()
- func (TupleString) TLName() string
- func (TupleString) TLTag() uint32
- func (item *TupleString) Write(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteBoxedGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteJSONGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *TupleString) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_n uint32) (_ []byte, err error)
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) Read ¶
func (item *TupleString) Read(w []byte, nat_n uint32) (_ []byte, err error)
func (*TupleString) ReadBoxed ¶
func (item *TupleString) ReadBoxed(w []byte, nat_n uint32) (_ []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) Write ¶
func (item *TupleString) Write(w []byte, nat_n uint32) (_ []byte, err error)
func (*TupleString) WriteBoxed ¶
func (item *TupleString) WriteBoxed(w []byte, nat_n uint32) (_ []byte, err error)
func (*TupleString) WriteBoxedGeneral ¶
func (item *TupleString) WriteBoxedGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*TupleString) WriteGeneral ¶
func (item *TupleString) WriteGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*TupleString) WriteJSON ¶
func (item *TupleString) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
func (*TupleString) WriteJSONGeneral ¶
func (item *TupleString) WriteJSONGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TupleString) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.