Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type Replace14Long
- func (item *Replace14Long) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
- func (item *Replace14Long) Read(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) ReadBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_n uint32) error
- func (item *Replace14Long) Reset()
- func (Replace14Long) TLName() string
- func (Replace14Long) TLTag() uint32
- func (item *Replace14Long) Write(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteBoxed(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteBoxedGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteJSONGeneral(w []byte, nat_n uint32) (_ []byte, err error)
- func (item *Replace14Long) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_n uint32) (_ []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Replace14Long ¶
type Replace14Long struct { K uint32 A []tlReplace14ElemLong.Replace14ElemLong }
func (*Replace14Long) FillRandom ¶
func (item *Replace14Long) FillRandom(rg *basictl.RandGenerator, nat_n uint32)
func (*Replace14Long) Read ¶
func (item *Replace14Long) Read(w []byte, nat_n uint32) (_ []byte, err error)
func (*Replace14Long) ReadBoxed ¶
func (item *Replace14Long) ReadBoxed(w []byte, nat_n uint32) (_ []byte, err error)
func (*Replace14Long) Reset ¶
func (item *Replace14Long) Reset()
func (Replace14Long) TLName ¶
func (Replace14Long) TLName() string
func (Replace14Long) TLTag ¶
func (Replace14Long) TLTag() uint32
func (*Replace14Long) Write ¶
func (item *Replace14Long) Write(w []byte, nat_n uint32) (_ []byte, err error)
func (*Replace14Long) WriteBoxed ¶
func (item *Replace14Long) WriteBoxed(w []byte, nat_n uint32) (_ []byte, err error)
func (*Replace14Long) WriteBoxedGeneral ¶
func (item *Replace14Long) WriteBoxedGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*Replace14Long) WriteGeneral ¶
func (item *Replace14Long) WriteGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*Replace14Long) WriteJSON ¶
func (item *Replace14Long) WriteJSON(w []byte, nat_n uint32) (_ []byte, err error)
func (*Replace14Long) WriteJSONGeneral ¶
func (item *Replace14Long) WriteJSONGeneral(w []byte, nat_n uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*Replace14Long) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.