ROSE  0.11.96.11
Modules
Here is a list of all modules:
[detail level 1234]
 Developing ROSE-based toolsHow to build tools based on the ROSE library
 Build systems
 Library general principlesInformation about the ROSE library API in general
 Ownership of heap-allocated objects
 Frontend
 Midend
 Working with attributes
 AST Processing
 Backend
 Backend C and C++ Code GeneratorGenerates C or C++ Source code from the AST
 Backend Language Independent Code GeneratorGenerates calls to the appropriate language to build source code from the AST
 Backend Cxx Code GeneratorGenerates C++ Source code from the AST
 Backend Fortran Code GeneratorGenerates Fortran Source code from the AST
 Library developers and collaboratorsDocumentation oriented toward those working on ROSE
 Writing Git commit messages
 Writing documentation
 High level AST buildersThis namespace contains high level SAGE III AST node and subtree builders
 Query LibraryThis library simplifies the development of useful queries upon the AST
 Local Node Query LibraryThis library simplifies the development of useful queries upon individual nodes of the AST
 Transformation Support LibraryGeneral support for transformations
 Subtree Query LibraryThis library simplifies the development of useful queries that require a traversal of any subtree of the AST
 General Utility FunctionsThese functions are common to ROSETTA and ROSE (and are used within Sage III as well)
 Sawyer Support LibrarySawyer is a library for library writers. It's used by software such as ROSE and part of Sawyer is distributed with ROSE. The complete, canonical documentation for Sawyer is located here. Sawyer is a library that provides the following:
 Command line parser factories
 Command line action factories
 Command line value augmenter factories
 Installation
 Library design goals
 Reference counting smart pointers
 Class properties
 Examples
 Examples of indexed graph features
 Indexing string vertices
 Using only part of a vertex as the key
 Using a hash-based lookup
 Using a custom index type
 ROSE 3rd Party LibrariesA number of independent librres used in ROSE
 Multi-Support Template LibraryThis library is a separable part of the ROSE project
 DOT (Graph) Visualization of ASTThis library defines the DOT output (graphical representation) of the AST
 PDF Visualization of ASTThis class defines the PDF output of the AST