getArraySize: Get information about container types

View source: R/clangGen.R

getArraySizeR Documentation

Get information about container types

Description

These functions allow us to query information about a container type, i.e. an array.

Usage

getArraySize(T)
getArrayElementType(T)
getNumElements(T)
getElementType(T)

Arguments

T

the CXType object being queried

Value

an number or a CXType

Author(s)

Duncan Temple Lang

References

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

See Also

getType getPointeeType


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