Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type AMyUnion
- func (item *AMyUnion) AsNionA() (*AuNionA, bool)
- func (item *AMyUnion) AsUNionA() (*AUNionA, bool)
- func (item *AMyUnion) FillRandom(rg *basictl.RandGenerator)
- func (item *AMyUnion) IsNionA() bool
- func (item *AMyUnion) IsUNionA() bool
- func (item *AMyUnion) MarshalJSON() ([]byte, error)
- func (item *AMyUnion) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *AMyUnion) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *AMyUnion) Reset()
- func (item *AMyUnion) ResetToNionA() *AuNionA
- func (item *AMyUnion) ResetToUNionA() *AUNionA
- func (item *AMyUnion) SetNionA(value AuNionA)
- func (item *AMyUnion) SetUNionA(value AUNionA)
- func (item AMyUnion) String() string
- func (item AMyUnion) TLName() string
- func (item AMyUnion) TLTag() uint32
- func (item *AMyUnion) UnmarshalJSON(b []byte) error
- func (item *AMyUnion) WriteBoxed(w []byte) []byte
- func (item *AMyUnion) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *AMyUnion) WriteJSON(w []byte) []byte
- func (item *AMyUnion) WriteJSONGeneral(w []byte) ([]byte, error)
- func (item *AMyUnion) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type AUNionA
- func (item AUNionA) AsUnion() AMyUnion
- func (item *AUNionA) FillRandom(rg *basictl.RandGenerator)
- func (item *AUNionA) MarshalJSON() ([]byte, error)
- func (item *AUNionA) Read(w []byte) (_ []byte, err error)
- func (item *AUNionA) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *AUNionA) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *AUNionA) Reset()
- func (item AUNionA) String() string
- func (AUNionA) TLName() string
- func (AUNionA) TLTag() uint32
- func (item *AUNionA) UnmarshalJSON(b []byte) error
- func (item *AUNionA) Write(w []byte) []byte
- func (item *AUNionA) WriteBoxed(w []byte) []byte
- func (item *AUNionA) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *AUNionA) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *AUNionA) WriteJSON(w []byte) []byte
- func (item *AUNionA) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *AUNionA) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type AuNionA
- func (item AuNionA) AsUnion() AMyUnion
- func (item *AuNionA) FillRandom(rg *basictl.RandGenerator)
- func (item *AuNionA) MarshalJSON() ([]byte, error)
- func (item *AuNionA) Read(w []byte) (_ []byte, err error)
- func (item *AuNionA) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *AuNionA) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *AuNionA) Reset()
- func (item AuNionA) String() string
- func (AuNionA) TLName() string
- func (AuNionA) TLTag() uint32
- func (item *AuNionA) UnmarshalJSON(b []byte) error
- func (item *AuNionA) Write(w []byte) []byte
- func (item *AuNionA) WriteBoxed(w []byte) []byte
- func (item *AuNionA) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *AuNionA) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *AuNionA) WriteJSON(w []byte) []byte
- func (item *AuNionA) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *AuNionA) 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 AMyUnion ¶
type AMyUnion struct {
// contains filtered or unexported fields
}
func (*AMyUnion) FillRandom ¶
func (item *AMyUnion) FillRandom(rg *basictl.RandGenerator)
func (*AMyUnion) MarshalJSON ¶
func (*AMyUnion) ResetToNionA ¶
func (*AMyUnion) ResetToUNionA ¶
func (*AMyUnion) UnmarshalJSON ¶
func (*AMyUnion) WriteBoxed ¶
func (*AMyUnion) WriteBoxedGeneral ¶
This method is general version of WriteBoxed, use it instead!
func (*AMyUnion) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
type AUNionA ¶
type AUNionA struct {
A int32
}
func (*AUNionA) FillRandom ¶
func (item *AUNionA) FillRandom(rg *basictl.RandGenerator)
func (*AUNionA) MarshalJSON ¶
func (*AUNionA) UnmarshalJSON ¶
func (*AUNionA) WriteBoxed ¶
func (*AUNionA) WriteBoxedGeneral ¶
This method is general version of WriteBoxed, use it instead!
func (*AUNionA) WriteGeneral ¶
This method is general version of Write, use it instead!
func (*AUNionA) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
type AuNionA ¶
type AuNionA struct {
B int32
}
func (*AuNionA) FillRandom ¶
func (item *AuNionA) FillRandom(rg *basictl.RandGenerator)
func (*AuNionA) MarshalJSON ¶
func (*AuNionA) UnmarshalJSON ¶
func (*AuNionA) WriteBoxed ¶
func (*AuNionA) WriteBoxedGeneral ¶
This method is general version of WriteBoxed, use it instead!
func (*AuNionA) WriteGeneral ¶
This method is general version of Write, use it instead!
func (*AuNionA) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
Click to show internal directories.
Click to hide internal directories.