isVoidType: Predicate functions for libclang Types

View source: R/isTypes.R

isVoidTypeR Documentation

Predicate functions for libclang Types

Description

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.

Usage

isVoidType(type)
isConstQualifiedType(T)
isFunctionTypeVariadic(T)
isIntegerType(type)
isPODType(T)
isPointerType(type)
isRestrictQualifiedType(T)
isStringType(type)
isVolatileQualifiedType(T)

Arguments

type, T

the libclang type

Value

A logical value

Author(s)

Duncan Temple Lang

References

libclang http://clang.llvm.org/doxygen/group__CINDEX.html

See Also

isSEXP getDataStructures getRoutines


omegahat/RClangSimple documentation built on Aug. 17, 2024, 10:23 a.m.