| as.field.decl | Find appropriate sub-node |
| boolType-class | Classes for representing primitive/built-in data types. |
| computeGlobalConstants | Find the top-level/global variables that are constant |
| computeGlobalEnumConstants | Compute top-level enumeration definitions |
| convertRValue | Create C/C++ code to convert R value to C/C++ type |
| createClassBindings | Generate R and C/C++ code bindings for a C++ class. |
| createDerivedClass | Generate code for a derived C++ class with R functions as... |
| createInterface | Top-level function for generating code to interface to code... |
| createMethodBinding | Generate R and C/C++ code to interface to an C++ method |
| createProxyRCall | Generate C routine to act as proxy for a C routine pointer |
| CRoutineDefinition | Create a code object |
| CRoutineDefinition-class | Class "CRoutineDefinition" |
| DefinitionContainer | Create a DefinitionContainer object for managing resolved... |
| DerivedClassCode | Generated code for a derived C++ class implementation with R... |
| freeVariables | Determine the free (non-local) variables in a C/C++... |
| gatherRegistrationInfo | Collect information about native routines for registering... |
| GCCNodeClasses | Perl parser translation unit node classes |
| generateInterface | High-level function for creating R interface to C/C++ code |
| generateStructInterface | Generate R and C interface code to create, access and set... |
| getAllDeclarations | Find top-level translation unit nodes representing different... |
| getBaseClasses | Compute names of base or ancestor classes |
| getCallGraph | Compute call graph for a C/C++ routine or method |
| getClassMethods | Get descriptions for all methods in a C++ class |
| getCppDefines | Compute the C/C++ pre-processor macro definitions |
| getDataStructures | Find the nodes in a translation unit corresponding to data... |
| getDefines | Find the constants defined via the pre-processor |
| getExportNames | Get names of R objects to be exported from generated bindings |
| getFields | Find the TU nodes for fields or slots in a class or struct or... |
| getInOutArgs | Determine which parameters are also output values |
| getNativeDeclaration | Compute C/C++ declaration for specified variable |
| getNodeByType | Get TU nodes based on type |
| getNodeSource | Source file and line number information for a TU node |
| getRClassDefinitions | Compute R classes corresponding to a C++ class |
| getRTypeName | Name of R type corresponding to native type |
| getValue | Get the literal value associated with a GCC node |
| getVariables | Find the translation unit nodes corresponding to variable... |
| nodeIterator | Walk and process the list of linked/chained nodes. |
| Parser-class | Class "GCC::TranslationUnit::Parser" A convenience class for... |
| parseTU | Read a Translation Unit file into memory. |
| processDefines | Organize and filter the raw macro definitions into... |
| RCode | Functions for creating representations of R code as text |
| RC++Reference-class | Basic class for representing external C++ objects |
| readDependencies | Read source code file dependencies on other files |
| resolveType | Create high-level, aggregate of translation unit nodes |
| TypeDefinition-class | Classes representing C/C++ types in a translation unit... |
| typeMap | Create table of type mappings for generating interfaces |
| undoc | Undocumented internal objects for RGCCTranslationUnit |
| writeCode | Output code for the bindings |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.