Handbook
Glossary
CXCommentParamPassDirection
Vocabulary
libclang
.
ffi
Inputs
None
Outputs
value
an
object
Definition
USING:
alien.syntax
;
IN:
libclang.ffi
ENUM:
CXCommentParamPassDirection
{
CXCommentParamPassDirection_In
0
}
{
CXCommentParamPassDirection_Out
1
}
{
CXCommentParamPassDirection_InOut
2
}
;