Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type String
- func (item *String) FillRandom(rg *basictl.RandGenerator)
- func (item *String) MarshalJSON() ([]byte, error)
- func (item *String) Read(w []byte) (_ []byte, err error)
- func (item *String) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *String) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *String) Reset()
- func (item String) String() string
- func (String) TLName() string
- func (String) TLTag() uint32
- func (item *String) UnmarshalJSON(b []byte) error
- func (item *String) Write(w []byte) []byte
- func (item *String) WriteBoxed(w []byte) []byte
- func (item *String) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *String) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *String) WriteJSON(w []byte) []byte
- func (item *String) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *String) 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 String ¶
type String string
func (*String) FillRandom ¶
func (item *String) FillRandom(rg *basictl.RandGenerator)
func (*String) MarshalJSON ¶
func (*String) UnmarshalJSON ¶
func (*String) WriteBoxed ¶
func (*String) WriteBoxedGeneral ¶
This method is general version of WriteBoxed, use it instead!
func (*String) WriteGeneral ¶
This method is general version of Write, use it instead!
func (*String) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
Click to show internal directories.
Click to hide internal directories.