Graph Module ============ C++ implementation of graph functionality. File Location ~~~~~~~~~~~~~ * **Base Path**: ``src/AnalysisG/modules/graph/`` * **C++ Files**: ``src/AnalysisG/modules/graph/cxx/*.cxx`` * **Headers**: ``src/AnalysisG/modules/graph/include/**/*.h`` Description ----------- This module provides low-level C++ implementations for graph operations. Implementation Details ---------------------- This is a complex technical component with: * Private member variables * Advanced C++ features (templates, SFINAE, etc.) * Performance-critical code * Direct memory management For user-facing APIs, see the corresponding high-level interfaces. See Also -------- * :doc:`overview`: Modules package overview * :doc:`../technical/cpp_api`: C++ API reference