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