Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagIsParam = 1 << iota FlagIsField FlagIsExtern FlagIsTypedef FlagGetRetType )
View Source
const ( KindFConst = 1 << iota KindFVolatile KindFAnonymous KindFVariadic )
Variables ¶
View Source
var (
ErrInvalidType = errors.New("invalid type")
)
Functions ¶
Types ¶
type ParseTypeError ¶
func (*ParseTypeError) Error ¶
func (p *ParseTypeError) Error() string
type TypeNotFound ¶
func (*TypeNotFound) Error ¶
func (p *TypeNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.