Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type Int
- func (item *Int) MarshalJSON() ([]byte, error)
- func (item *Int) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *Int) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *Int) ReadTL1(w []byte) (_ []byte, err error)
- func (item *Int) ReadTL1Boxed(w []byte) (_ []byte, err error)
- func (item *Int) Reset()
- func (item Int) String() string
- func (Int) TLName() string
- func (Int) TLTag() uint32
- func (item *Int) UnmarshalJSON(b []byte) error
- func (item *Int) WriteJSON(w []byte) []byte
- func (item *Int) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *Int) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *Int) WriteTL1(w []byte) []byte
- func (item *Int) WriteTL1Boxed(w []byte) []byte
- func (item *Int) WriteTL1BoxedGeneral(w []byte) (_ []byte, err error)
- func (item *Int) WriteTL1General(w []byte) (_ []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Int ¶
type Int int32
Builtin types
func (*Int) MarshalJSON ¶
func (*Int) ReadJSONGeneral ¶
func (*Int) UnmarshalJSON ¶
func (*Int) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
func (*Int) WriteJSONOpt ¶
func (item *Int) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
func (*Int) WriteTL1Boxed ¶
func (*Int) WriteTL1BoxedGeneral ¶
Click to show internal directories.
Click to hide internal directories.