Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Arch string `yaml:"Arch"` IncludePaths []string `yaml:"IncludePaths"` SourcesPaths []string `yaml:"SourcesPaths"` IgnoredPaths []string `yaml:"IgnoredPaths"` Defines map[string]interface{} `yaml:"Defines"` CCDefs bool `yaml:"-"` CCIncl bool `yaml:"-"` // contains filtered or unexported fields }
type TargetArch ¶
type TargetArch string
const ( Arch32 TargetArch = "i386" Arch48 TargetArch = "x86_48" Arch64 TargetArch = "x86_64" ArchArm32 TargetArch = "arm" ArchArm64 TargetArch = "aarch64" )
Click to show internal directories.
Click to hide internal directories.