CXTypeKind: Enumerated values for different data types in C/C++ parser

CXTypeKindR Documentation

Enumerated values for different data types in C/C++ parser

Description

These variables provide information about the different data types represented by cursors in a parse tree. These are enumerated constants that can be used to compare the type of a CXType to known types.

Usage

CXTypeKind

Format

The format is: Named int [1:44] 0 1 2 3 4 5 6 7 8 9 ... - attr(*, "names")= chr [1:44] "CXType_Invalid" "CXType_Unexposed" "CXType_Void" "CXType_Bool" ...

Source

libclang API

References

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

Examples

CXTypeKind

omegahat/RClangSimple documentation built on May 10, 2024, 5:32 a.m.