Documentation ¶
Index ¶
- func GenerateCharsetIDSpecs(sourceDir string, destFile string, opt CSIDGenOptions) error
- func GenerateEnumSpecs(sourceDir string, destFile string, opt EnumGenOptions) error
- func GenerateIDSpecs(sourceDir string, destFile string, opt IDGenOptions) error
- type CSIDDef
- type CSIDGenOptions
- type EnumDef
- type EnumDefVal
- type EnumGenOptions
- type IDDef
- type IDGenOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCharsetIDSpecs ¶ added in v0.0.290
func GenerateCharsetIDSpecs(sourceDir string, destFile string, opt CSIDGenOptions) error
func GenerateEnumSpecs ¶
func GenerateEnumSpecs(sourceDir string, destFile string, opt EnumGenOptions) error
func GenerateIDSpecs ¶ added in v0.0.261
func GenerateIDSpecs(sourceDir string, destFile string, opt IDGenOptions) error
Types ¶
type CSIDGenOptions ¶ added in v0.0.402
type CSIDGenOptions struct {
DebugOutput *bool
}
type EnumDef ¶
type EnumDef struct { File string FileRelative string EnumTypeName string Type string Values []EnumDefVal }
type EnumDefVal ¶
type EnumGenOptions ¶ added in v0.0.402
type IDGenOptions ¶ added in v0.0.402
type IDGenOptions struct {
DebugOutput *bool
}
Click to show internal directories.
Click to hide internal directories.