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