MØD 1.0.0
  • Index
  • Site
      • 1. Installation
      • 2. Compiling from Source
      • 3. libMØD
      • 4. PyMØD
      • 5. PostMØD
      • 6. The Wrapper Script
      • 7. Graph, Rule, and Molecule Model
      • 8. Data Formats
      • 9. Derivation Graph Strategies
      • 10. Hyperflow Model
      • 11. Examples
      • 12. Known Issues
      • 13. Changes
      • 14. References
  • Page
      • 3.2. API Reference
  • « 3.1. Compilin...
  • 3.2.1. Chem.hpp »

3.2. API Reference¶

The following header files specify the external API for the library, i.e., all declarations directly in the mod namespace. The nested namespace mod::lib contains the actual implementation, and you probably do not want to use anything from it directly.

  • 3.2.1. Chem.hpp
  • 3.2.2. Config.hpp
  • 3.2.3. Derivation.hpp
  • 3.2.4. Error.hpp
  • 3.2.5. Function.hpp
  • 3.2.6. GraphConcepts.hpp
  • 3.2.7. Misc.hpp
  • 3.2.8. Post.hpp
  • 3.2.9. Term.hpp
  • 3.2.10. VertexMap.hpp
  • 3.2.11. dg
    • 3.2.11.1. dg/Builder.hpp
    • 3.2.11.2. dg/DG.hpp
    • 3.2.11.3. dg/ForwardDecl.hpp
    • 3.2.11.4. dg/GraphInterface.hpp
    • 3.2.11.5. dg/Printer.hpp
    • 3.2.11.6. dg/Strategies.hpp
    • 3.2.11.7. dg/VertexMapper.hpp
  • 3.2.12. graph
    • 3.2.12.1. graph/Automorphism.hpp
    • 3.2.12.2. graph/ForwardDecl.hpp
    • 3.2.12.3. graph/Graph.hpp
    • 3.2.12.4. graph/GraphInterface.hpp
    • 3.2.12.5. graph/Printer.hpp
    • 3.2.12.6. graph/Union.hpp
  • 3.2.13. hyperflow
    • 3.2.13.1. hyperflow/ForwardDecl.hpp
    • 3.2.13.2. hyperflow/LinExp.hpp
    • 3.2.13.3. hyperflow/Model.hpp
    • 3.2.13.4. hyperflow/ModelImplementationView.hpp
    • 3.2.13.5. hyperflow/Printer.hpp
    • 3.2.13.6. hyperflow/Solution.hpp
  • 3.2.14. rule
    • 3.2.14.1. rule/Composer.hpp
    • 3.2.14.2. rule/CompositionExpr.hpp
    • 3.2.14.3. rule/CompositionMatch.hpp
    • 3.2.14.4. rule/ForwardDecl.hpp
    • 3.2.14.5. rule/GraphInterface.hpp
    • 3.2.14.6. rule/Rule.hpp

© Copyright 2013-2025, Jakob Lykke Andersen.
Created using Sphinx 8.1.3.

Back to top
Source