ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nacav
 CDiagnosticMessage
 CHeaderInfoRepresents information about a single included header file
 CFileDependenciesStructure to store dependency information for a single source file This structure captures all header files included by a source file
 CProcessingErrorRepresents an error that occurred during dependency analysis
 CFileManagerCentralized file registry providing path-to-FileID mapping
 CInternedStringImmutable string with automatic deduplication via global pool
 CTypeInfoExtractorHelper class for extracting rich type information from Clang types
 CAcavAstBuilderACAV AST builder with comprehensive type extraction
 CAppConfigApplication configuration manager
 CAstExtractionStatsStatistics collected during AST extraction
 CAstExtractorRunnerQt runner that loads AST from cache and builds ACAV tree
 CAstContextMemory manager for AST nodes in a translation unit
 CAstNodePure data container for AST node properties
 CAstViewNodeRepresents node in AST tree hierarchy
 CLogEntry
 CMakeAstRunnerRuns the make-ast tool to generate AST cache files
 CMemoryProfilerCross-platform memory profiling utility
 CParallelProcessRunnerGeneric parallel process runner for executing multiple instances of a program
 CParsedLogLine
 CQueryDependenciesParallelRunnerParallel runner specifically for query-dependencies tool
 CQueryDependenciesRunnerRuns the query-dependencies tool and parses its output
 CSourceLocationRepresents a specific position in source code
 CSourceRangeRepresents a span of source code (begin to end)
 CIntervalRepresents an interval in source code with associated AST node
 CIntervalTreeSorted array for interval queries
 CSourceLocationIndexIndex for source-to-AST node lookup
 CAstModelQt model for displaying AST hierarchy
 CCppSyntaxHighlighterSyntax highlighter with four categories: comments, strings/chars, keywords/types, and functions
 CDeclContextViewPanel displaying declaration context hierarchy for selected AST node
 CDockTitleBarCustom title bar for QDockWidget with fast focus indication
 CLineNumberAreaWidget for displaying line numbers beside SourceCodeView
 CLogDock
 CMainWindowMain application window with multi-panel dock layout
 CNodeCycleWidgetPopup widget for cycling through multiple matching nodes
 CNodeDetailsDialogNon-modal dialog displaying AST node properties in a tree view
 COpenProjectDialogDialog for opening a project
 CSourceCodeViewSource code viewer with line numbers and lightweight syntax highlighting
 CTranslationUnitModelModel for displaying translation units in a tree view
 Nstd
 Cformatter< acav::InternedString >