CXXR (C++ R)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NCXXRNamespace for the CXXR project
 oNElementTraitsNamespace encapsulating traits of R vector element types
 oNForceNonInline
 oNVectorOpsServices to support common operations on R vectors and arrays
 oCAllocatorSTL-compatible allocator front-ending CXXR::MemoryBank
 oCArgListClass encapsulating the argument list of a FunctionBase
 oCArgMatcherClass to match formal and supplied arguments
 oCBailoutClass used to implement indirect flow of control in R
 oCBailoutContextContext indicating that Bailout objects are understood
 oCBrowserClass recording the use of R browsers
 oCBuiltInFunctionR function implemented within the interpreter
 oCByteCodeByteCode interpreter
 oCCellHeap
 oCCellPoolClass to manage a pool of memory cells of a fixed size
 oCClosureClass representing a functional programming closure
 oCClosureContextContext typically recording the call of a Closure
 oCCommandChronicleRecord of bindings read by top-level command
 oCCommandTerminatedException thrown when a command is terminated prematurely
 oCComplexCXXR's extension of CR's Rcomplex
 oCConsCellElement of a singly linked list
 oCPairListSingly linked list of pairs
 oCDotInternalTableTable of functions invoked via .Internal()
 oCDottedArgsList of Promise objects corresponding to an R ... argument specification
 oCEnvironmentMapping from Symbols to R objects
 oCEvaluatorFramework for R command evaluation
 oCExpressionSingly linked list representing an R expression
 oCExternalPointerExternal pointer
 oCFixedVectorR data vector primarily intended for fixed-size use
 oCFrameMapping from Symbols to R objects
 oCFunctionBaseBase class for function types
 oCFunctionContextContext recording the invocation of a FunctionBase
 oCGCEdgeBaseUntemplated base class for GCEdge
 oCGCEdgeDirected edge in the graph whose nodes are GCNode objects
 oCGCManagerClass for managing garbage collection
 oCGCNodeBase class for objects managed by the garbage collector
 oCGCRootBaseUntemplated base class for GCRoot
 oCGCRootSmart pointer to protect a GCNode from garbage collection
 oCGCStackRootBaseUntemplated base class for GCStackRoot
 oCGCStackRootSmart pointer to protect a GCNode from garbage collection
 oCHeterogeneousListBaseUntemplated base class for HeterogeneousList
 oCHeterogeneousListDoubly-linked list of objects derived from a class Node
 oCListFrameLightweight implementation of CXXR::Frame
 oCLoopBailoutBailout class for R commands 'break' and 'next'
 oCLoopExceptionException thrown by R commands 'break' and 'next'
 oCMemoryBankClass to manage memory allocation and deallocation for CXXR
 oCNAAugmentClass template to augment a type with 'not available'
 oCNodeStackClass implementing a stack of RObject*
 oCPlainContextLightweight Context neutralizing BailoutContext
 oCPromiseMechanism for deferred evaluation
 oCProtectStackClass implementing CR's 'pointer protection stack'
 oCProvenanceProvenance of a Frame::Binding state
 oCRAllocStackClass for implementing R_alloc() and kindred functions
 oCReturnBailoutBailout class to convey return value
 oCReturnExceptionException class to convey return value
 oCRHandleSmart pointer used to control the copying of RObjects
 oCRObjectReplacement for CR's SEXPREC
 oCS11nScopeClass providing supplementary information for serialization
 oCS3LauncherClass to select and call to S3 methods
 oCS4ObjectS4 object
 oCSchwarzCounterSchwarz counter
 oCStdFrameGeneral-purpose implementation of CXXR::Frame
 oCStringRObject representing a character string
 oCSubscriptingServices to support R subscripting operations
 oCSymbolClass used to represent R symbols
 oCVectorBaseUntemplated base class for R vectors
 \CWeakRefWeak reference