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