Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type VectorInt
- func (item *VectorInt) FillRandom(rg *basictl.RandGenerator)
- func (item *VectorInt) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *VectorInt) MarshalJSON() ([]byte, error)
- func (item *VectorInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *VectorInt) ReadJSONGeneral(jctx *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) ReadTL2(r []byte, tctx *basictl.TL2ReadContext) (_ []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(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *VectorInt) WriteJSONOpt(jctx *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)
- func (item *VectorInt) WriteTL2(w []byte, tctx *basictl.TL2WriteContext) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VectorInt ¶
type VectorInt []int32
func (*VectorInt) FillRandom ¶
func (item *VectorInt) FillRandom(rg *basictl.RandGenerator)
func (*VectorInt) InternalReadTL2 ¶
func (*VectorInt) MarshalJSON ¶
func (*VectorInt) ReadJSONGeneral ¶
func (*VectorInt) ReadTL1Boxed ¶
func (*VectorInt) UnmarshalJSON ¶
func (*VectorInt) WriteJSONGeneral ¶
func (item *VectorInt) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*VectorInt) WriteJSONOpt ¶
func (item *VectorInt) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
func (*VectorInt) WriteTL1Boxed ¶
func (*VectorInt) WriteTL1BoxedGeneral ¶
func (*VectorInt) WriteTL1General ¶
Click to show internal directories.
Click to hide internal directories.