MØD 0.13.1.184
  • Index
  • Site
      • 1. Installation
      • 2. Compiling from Source
      • 3. libMØD
      • 4. PyMØD
      • 5. PostMØD (mod_post)
      • 6. The Wrapper Script (mod)
      • 7. EpiM
      • 8. Graph, Rule, and Molecule Model
      • 9. Data Formats
      • 10. Derivation Graph Strategies
      • 11. Hyperflow Model
      • 12. Examples
      • 13. Known Issues
      • 14. Changes
  • 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. causality
    • 3.2.11.1. causality/DAG.hpp
    • 3.2.11.2. causality/DGPetri.hpp
    • 3.2.11.3. causality/EventTrace.hpp
    • 3.2.11.4. causality/FlowQuery.hpp
    • 3.2.11.5. causality/Stochsim.hpp
  • 3.2.12. dg
    • 3.2.12.1. dg/Builder.hpp
    • 3.2.12.2. dg/DG.hpp
    • 3.2.12.3. dg/ForwardDecl.hpp
    • 3.2.12.4. dg/GraphInterface.hpp
    • 3.2.12.5. dg/Printer.hpp
    • 3.2.12.6. dg/Strategies.hpp
    • 3.2.12.7. dg/VertexMapper.hpp
  • 3.2.13. flow
    • 3.2.13.1. flow/Flow.hpp
    • 3.2.13.2. flow/ForwardDecl.hpp
    • 3.2.13.3. flow/LinExp.hpp
    • 3.2.13.4. flow/Printer.hpp
    • 3.2.13.5. flow/Solution.hpp
  • 3.2.14. graph
    • 3.2.14.1. graph/Automorphism.hpp
    • 3.2.14.2. graph/ForwardDecl.hpp
    • 3.2.14.3. graph/Graph.hpp
    • 3.2.14.4. graph/GraphInterface.hpp
    • 3.2.14.5. graph/Printer.hpp
    • 3.2.14.6. graph/Union.hpp
  • 3.2.15. rule
    • 3.2.15.1. rule/Composer.hpp
    • 3.2.15.2. rule/CompositionExpr.hpp
    • 3.2.15.3. rule/CompositionMatch.hpp
    • 3.2.15.4. rule/ForwardDecl.hpp
    • 3.2.15.5. rule/GraphInterface.hpp
    • 3.2.15.6. rule/Rule.hpp

© Copyright 2013-2021, Jakob Lykke Andersen.
Created using Sphinx 4.0.2.

Back to top
Source