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