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