BitwiseValue            Create enumeration value
C++Cast-class           Enumeration for types of C++ casting/coercion
CNULLValue              Represent the 'NULL' value in C.
CStruct-class           Class "CStruct"
EnumDef                 Define a collection of related constants
EnumValue-class         Class "EnumValue" representing a enumerated
                        constant
ExternalArray-class     Classes for representing referencs to native
                        C/C++ arrays
Free                    Explicitly garbage collect a native object
GenericEnumValue        Create an enumerated value for an anonymous
                        enumeration definition
RC++Reference-class     General classes for a reference to a C++ object
SymbolicConstant-class
                        Class "SymbolicConstant"
VariableReference-class
                        Class "VariableReference"
addFinalizer            Register a cleanup finalizer for a C/C++ object
asEnumValue             Validate and convert a name or value to an
                        enumeration constant
asFunctionPointer       Convert an object to a pointer to a native
                        routine
asReference             Create a reference object to a native compiled
                        object
asUnsigned              Convert a vector to unsigned (positive) values
bitlist                 Compute the bitwise OR of one or more values
                        and/or vectors
cast                    Performs C++-style casting
checkMethodsNumArgs     Check the number of arguments for a native
                        method/routine
copyToR                 Copy a native C/C++ object to an R
                        representation
duplicate               Create a copy of a native object
fixArrayLength          Set length of R object to length of target
                        native array
floatPtr-class          Representations of references to fundamental
                        C/C++ data types
getDerivedClassMethods
                        Get and the methods for a derived classes
                        implemented via R objects
isNativeNull            Test whether an external pointer has the
                        C-level NULL value
isNilPointer            Query if an external pointer or RCReference is
                        NULL
makeSymbolicVariables   Define R variables for native enumeration
                        constants
validateCopy            Validate an object for copying to a native
                        structure
valueOf                 Get the contents of a reference object
