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