isVoidType | R Documentation |
These functions are simple helpers for quering if a libclang type is a particular type or has a particular characteristic. Some of these are direct interfaces to native routines in libclang while others are functions whose logic is implemented in R.
isVoidType(type)
isConstQualifiedType(T)
isFunctionTypeVariadic(T)
isIntegerType(type)
isPODType(T)
isPointerType(type)
isRestrictQualifiedType(T)
isStringType(type)
isVolatileQualifiedType(T)
type , T |
the libclang type |
A logical value
Duncan Temple Lang
libclang http://clang.llvm.org/doxygen/group__CINDEX.html
isSEXP
getDataStructures
getRoutines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.