Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Func ¶
type Func struct {
Name string // Go name, e.g., Add
CName string // C name without prefix, same as Name
Params []string // parameter names
ParamTypes []string // Go types (int32|int64)
HasValue bool // true if function returns a value before error
RetType string // value type ("int32"|"int64") when HasValue=true
}
Func describes a function to be exported.
Click to show internal directories.
Click to hide internal directories.