CX_CXXAccessSpecifier | R Documentation |
Enumeration values that identify whether a C++ field or method is private, protected or public.
CX_CXXAccessSpecifier
The format is: Named int [1:4] 0 1 2 3 - attr(*, "names")= chr [1:4] "CX_CXXInvalidAccessSpecifier" "CX_CXXPublic" "CX_CXXProtected" "CX_CXXPrivate"
libclang API
libclang http://clang.llvm.org/doxygen/group__CINDEX.html
CX_CXXAccessSpecifier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.