Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type VectorService3ProductMaybe
- func (item *VectorService3ProductMaybe) ReadBoxed(w []byte, nat_t uint32) (_ []byte, err error)
- func (item *VectorService3ProductMaybe) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_t uint32) error
- func (item *VectorService3ProductMaybe) Reset()
- func (item *VectorService3ProductMaybe) WriteBoxed(w []byte, nat_t uint32) []byte
- func (item *VectorService3ProductMaybe) WriteBoxedGeneral(w []byte, nat_t uint32) (_ []byte, err error)
- func (item *VectorService3ProductMaybe) WriteJSON(w []byte, nat_t uint32) []byte
- func (item *VectorService3ProductMaybe) WriteJSONGeneral(w []byte, nat_t uint32) (_ []byte, err error)
- func (item *VectorService3ProductMaybe) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_t uint32) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VectorService3ProductMaybe ¶
type VectorService3ProductMaybe struct { Value []tlService3Product.Service3Product // not deterministic if !Ok Ok bool }
func (*VectorService3ProductMaybe) ReadBoxed ¶
func (item *VectorService3ProductMaybe) ReadBoxed(w []byte, nat_t uint32) (_ []byte, err error)
func (*VectorService3ProductMaybe) Reset ¶
func (item *VectorService3ProductMaybe) Reset()
func (*VectorService3ProductMaybe) WriteBoxed ¶
func (item *VectorService3ProductMaybe) WriteBoxed(w []byte, nat_t uint32) []byte
func (*VectorService3ProductMaybe) WriteBoxedGeneral ¶
func (item *VectorService3ProductMaybe) WriteBoxedGeneral(w []byte, nat_t uint32) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*VectorService3ProductMaybe) WriteJSON ¶
func (item *VectorService3ProductMaybe) WriteJSON(w []byte, nat_t uint32) []byte
func (*VectorService3ProductMaybe) WriteJSONGeneral ¶
func (item *VectorService3ProductMaybe) WriteJSONGeneral(w []byte, nat_t uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*VectorService3ProductMaybe) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.