MØD 0.11.1
  • Index
  • Site
      • 1. Installation
      • 2. libMØD
      • 3. PyMØD
      • 4. PostMØD (mod_post)
      • 5. The Wrapper Script (mod)
      • 6. EpiM
      • 7. Data Formats
      • 8. Derivation Graph Strategies
      • 9. Hyperflow Model
      • 10. Examples
      • 11. Known Issues
      • 12. Changes
      • 13. References
  • Page
      • 2.2. API Reference
  • « 2.1. Compilin...
  • 2.2.1. Chem.hpp »

2.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.

  • 2.2.1. Chem.hpp
  • 2.2.2. Config.hpp
  • 2.2.3. Derivation.hpp
  • 2.2.4. DGTransition.hpp
  • 2.2.5. Error.hpp
  • 2.2.6. Function.hpp
  • 2.2.7. Misc.hpp
  • 2.2.8. Term.hpp
  • 2.2.9. causality
    • 2.2.9.1. causality/DAG.hpp
    • 2.2.9.2. causality/Flow.hpp
    • 2.2.9.3. causality/Petri.hpp
    • 2.2.9.4. causality/Stochsim.hpp
  • 2.2.10. dg
    • 2.2.10.1. dg/Builder.hpp
    • 2.2.10.2. dg/DG.hpp
    • 2.2.10.3. dg/ForwardDecl.hpp
    • 2.2.10.4. dg/GraphInterface.hpp
    • 2.2.10.5. dg/Printer.hpp
    • 2.2.10.6. dg/Strategies.hpp
  • 2.2.11. flow
    • 2.2.11.1. flow/Flow.hpp
    • 2.2.11.2. flow/ForwardDecl.hpp
    • 2.2.11.3. flow/LinExp.hpp
    • 2.2.11.4. flow/Printer.hpp
    • 2.2.11.5. flow/Solution.hpp
  • 2.2.12. graph
    • 2.2.12.1. graph/Automorphism.hpp
    • 2.2.12.2. graph/ForwardDecl.hpp
    • 2.2.12.3. graph/Graph.hpp
    • 2.2.12.4. graph/GraphInterface.hpp
    • 2.2.12.5. graph/Printer.hpp
  • 2.2.13. rule
    • 2.2.13.1. rule/Composer.hpp
    • 2.2.13.2. rule/CompositionExpr.hpp
    • 2.2.13.3. rule/ForwardDecl.hpp
    • 2.2.13.4. rule/GraphInterface.hpp
    • 2.2.13.5. rule/Rule.hpp

© Copyright 2013-2020, Jakob Lykke Andersen.
Created using Sphinx 3.2.1.

Back to top
Source