Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type TupleIntBoxed0
- func (item *TupleIntBoxed0) FillRandom(rg *basictl.RandGenerator)
- func (item *TupleIntBoxed0) MarshalJSON() ([]byte, error)
- func (item *TupleIntBoxed0) Read(w []byte) (_ []byte, err error)
- func (item *TupleIntBoxed0) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *TupleIntBoxed0) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *TupleIntBoxed0) Reset()
- func (item TupleIntBoxed0) String() string
- func (TupleIntBoxed0) TLName() string
- func (TupleIntBoxed0) TLTag() uint32
- func (item *TupleIntBoxed0) UnmarshalJSON(b []byte) error
- func (item *TupleIntBoxed0) Write(w []byte) []byte
- func (item *TupleIntBoxed0) WriteBoxed(w []byte) []byte
- func (item *TupleIntBoxed0) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *TupleIntBoxed0) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *TupleIntBoxed0) WriteJSON(w []byte) []byte
- func (item *TupleIntBoxed0) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *TupleIntBoxed0) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TupleIntBoxed0 ¶
type TupleIntBoxed0 [0]int32
func (*TupleIntBoxed0) FillRandom ¶
func (item *TupleIntBoxed0) FillRandom(rg *basictl.RandGenerator)
func (*TupleIntBoxed0) MarshalJSON ¶
func (item *TupleIntBoxed0) MarshalJSON() ([]byte, error)
func (*TupleIntBoxed0) ReadBoxed ¶
func (item *TupleIntBoxed0) ReadBoxed(w []byte) (_ []byte, err error)
func (*TupleIntBoxed0) ReadJSON ¶
func (item *TupleIntBoxed0) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*TupleIntBoxed0) Reset ¶
func (item *TupleIntBoxed0) Reset()
func (TupleIntBoxed0) String ¶
func (item TupleIntBoxed0) String() string
func (TupleIntBoxed0) TLName ¶
func (TupleIntBoxed0) TLName() string
func (TupleIntBoxed0) TLTag ¶
func (TupleIntBoxed0) TLTag() uint32
func (*TupleIntBoxed0) UnmarshalJSON ¶
func (item *TupleIntBoxed0) UnmarshalJSON(b []byte) error
func (*TupleIntBoxed0) Write ¶
func (item *TupleIntBoxed0) Write(w []byte) []byte
func (*TupleIntBoxed0) WriteBoxed ¶
func (item *TupleIntBoxed0) WriteBoxed(w []byte) []byte
func (*TupleIntBoxed0) WriteBoxedGeneral ¶
func (item *TupleIntBoxed0) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*TupleIntBoxed0) WriteGeneral ¶
func (item *TupleIntBoxed0) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*TupleIntBoxed0) WriteJSON ¶
func (item *TupleIntBoxed0) WriteJSON(w []byte) []byte
func (*TupleIntBoxed0) WriteJSONGeneral ¶
func (item *TupleIntBoxed0) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TupleIntBoxed0) WriteJSONOpt ¶
func (item *TupleIntBoxed0) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.