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