Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type VectorIntMaybe
- func (item *VectorIntMaybe) CalculateLayout(sizes []int, optimizeEmpty bool) ([]int, int)
- func (item *VectorIntMaybe) FillRandom(rg *basictl.RandGenerator)
- func (item *VectorIntMaybe) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *VectorIntMaybe) InternalWriteTL2(w []byte, sizes []int, optimizeEmpty bool) ([]byte, []int, int)
- func (item *VectorIntMaybe) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *VectorIntMaybe) ReadTL1Boxed(w []byte) (_ []byte, err error)
- func (item *VectorIntMaybe) Reset()
- func (item VectorIntMaybe) String() string
- func (item *VectorIntMaybe) WriteJSON(w []byte) []byte
- func (item *VectorIntMaybe) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *VectorIntMaybe) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *VectorIntMaybe) WriteTL1Boxed(w []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VectorIntMaybe ¶
func (*VectorIntMaybe) CalculateLayout ¶
func (item *VectorIntMaybe) CalculateLayout(sizes []int, optimizeEmpty bool) ([]int, int)
func (*VectorIntMaybe) FillRandom ¶
func (item *VectorIntMaybe) FillRandom(rg *basictl.RandGenerator)
func (*VectorIntMaybe) InternalReadTL2 ¶
func (item *VectorIntMaybe) InternalReadTL2(r []byte) (_ []byte, err error)
func (*VectorIntMaybe) InternalWriteTL2 ¶
func (*VectorIntMaybe) ReadJSONGeneral ¶
func (item *VectorIntMaybe) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
func (*VectorIntMaybe) ReadTL1Boxed ¶
func (item *VectorIntMaybe) ReadTL1Boxed(w []byte) (_ []byte, err error)
func (*VectorIntMaybe) Reset ¶
func (item *VectorIntMaybe) Reset()
func (VectorIntMaybe) String ¶
func (item VectorIntMaybe) String() string
func (*VectorIntMaybe) WriteJSON ¶
func (item *VectorIntMaybe) WriteJSON(w []byte) []byte
func (*VectorIntMaybe) WriteJSONGeneral ¶
func (item *VectorIntMaybe) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*VectorIntMaybe) WriteJSONOpt ¶
func (item *VectorIntMaybe) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
func (*VectorIntMaybe) WriteTL1Boxed ¶
func (item *VectorIntMaybe) WriteTL1Boxed(w []byte) []byte
Click to show internal directories.
Click to hide internal directories.