Handbook
Glossary
c-typedef
Vocabulary
libclang
Definition
USING:
math
strings
;
IN:
libclang
TUPLE:
c-typedef
{
type
string
initial:
""
}
{
name
string
initial:
""
}
{
order
integer
initial:
0
}
;
Methods
USING:
accessors
combinators
combinators.smart
kernel
libclang
;
M:
c-typedef
def>out-form
dup
ignore-typedef?
[
drop
""
]
[
[
{
[
drop
"TYPEDEF: "
]
[
type>>
" "
]
[
name>>
]
}
cleave
]
""
append-outputs-as
]
if
;