Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type Replace13ElemLong
- func (item *Replace13ElemLong) ClearB(nat_n *uint32)
- func (item *Replace13ElemLong) ClearC(nat_k *uint32)
- func (item *Replace13ElemLong) FillRandom(rg *basictl.RandGenerator, nat_n uint32, nat_k uint32)
- func (item Replace13ElemLong) IsSetB(nat_n uint32) bool
- func (item Replace13ElemLong) IsSetC(nat_k uint32) bool
- func (item *Replace13ElemLong) Read(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
- func (item *Replace13ElemLong) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_n uint32, nat_k uint32) error
- func (item *Replace13ElemLong) Reset()
- func (item *Replace13ElemLong) SetB(v []tlPairIntLong.PairIntLong, nat_n *uint32)
- func (item *Replace13ElemLong) SetC(v []int32, nat_k *uint32)
- func (item *Replace13ElemLong) Write(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
- func (item *Replace13ElemLong) WriteGeneral(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
- func (item *Replace13ElemLong) WriteJSON(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
- func (item *Replace13ElemLong) WriteJSONGeneral(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
- func (item *Replace13ElemLong) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Replace13ElemLong ¶
type Replace13ElemLong struct { B []tlPairIntLong.PairIntLong // Conditional: nat_n.0 C []int32 // Conditional: nat_k.0 }
func (*Replace13ElemLong) ClearB ¶
func (item *Replace13ElemLong) ClearB(nat_n *uint32)
func (*Replace13ElemLong) ClearC ¶
func (item *Replace13ElemLong) ClearC(nat_k *uint32)
func (*Replace13ElemLong) FillRandom ¶
func (item *Replace13ElemLong) FillRandom(rg *basictl.RandGenerator, nat_n uint32, nat_k uint32)
func (Replace13ElemLong) IsSetB ¶
func (item Replace13ElemLong) IsSetB(nat_n uint32) bool
func (Replace13ElemLong) IsSetC ¶
func (item Replace13ElemLong) IsSetC(nat_k uint32) bool
func (*Replace13ElemLong) Reset ¶
func (item *Replace13ElemLong) Reset()
func (*Replace13ElemLong) SetB ¶
func (item *Replace13ElemLong) SetB(v []tlPairIntLong.PairIntLong, nat_n *uint32)
func (*Replace13ElemLong) SetC ¶
func (item *Replace13ElemLong) SetC(v []int32, nat_k *uint32)
func (*Replace13ElemLong) WriteGeneral ¶
func (item *Replace13ElemLong) WriteGeneral(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*Replace13ElemLong) WriteJSONGeneral ¶
func (item *Replace13ElemLong) WriteJSONGeneral(w []byte, nat_n uint32, nat_k uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*Replace13ElemLong) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.