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