CXCursorKind | R Documentation |
These are enumeration values identifying the types of the different
cursors.
One uses cursor$kind
to get the cursor type of a particular
cursor and then compare that value to any of these
values to determine if the cursor is of that type.
CXCursorKind
The format is: Named int [1:3] 1 2 4 - attr(*, "names")= chr [1:3] "CXDiagnostic_DisplaySourceLocation" "CXDiagnostic_DisplayColumn" "CXDiagnostic_DisplaySourceRanges"
libclang http://clang.llvm.org/doxygen/group__CINDEX.html
CXCursorKind
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.