Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
programcontext.h File Reference
#include <filesystem>
+ Include dependency graph for programcontext.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::IProgramContext and related methods.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

struct  gmx::InstallationPrefixInfo
 Provides information about installation prefix (see IProgramContext::installationPrefix()). More...
 
class  gmx::IProgramContext
 Provides context information about the program that is calling the library. More...
 

Functions

const IProgramContext & gmx::getProgramContext ()
 Returns the global IProgramContext instance. More...
 
void gmx::setProgramContext (const IProgramContext *context)
 Sets the global IProgramContext instance. More...