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 ¶
func GenerateCharsetIDSpecs(sourceDir string, destFile string, opt CSIDGenOptions) error
func GenerateEnumSpecs ¶
func GenerateEnumSpecs(sourceDir string, destFile string, opt EnumGenOptions) error
func GenerateIDSpecs ¶
func GenerateIDSpecs(sourceDir string, destFile string, opt IDGenOptions) error
Types ¶
type CSIDGenOptions ¶
type CSIDGenOptions struct {
DebugOutput *bool
}
type EnumDef ¶
type EnumDef struct { File string FileRelative string EnumTypeName string Type string Values []EnumDefVal }
type EnumDefVal ¶
type EnumGenOptions ¶
type IDGenOptions ¶
type IDGenOptions struct {
DebugOutput *bool
}
Click to show internal directories.
Click to hide internal directories.