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