Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormalParam ¶
type FormalParam struct {
Name string `json:"name"`
Type string `json:"type"`
IsSigned bool `json:"is_signed"`
IsPointer bool `json:"is_pointer"`
Value string `json:"value"`
}
A generic load can be done across generators (output should be fairly consitent)
type Function ¶
type Function struct {
Name string `json:"name"`
FormalParams []FormalParam `json:"parameters,omitempty"`
}
A Function holds a name and one or more formal params
Click to show internal directories.
Click to hide internal directories.