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