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