gambit_module_headers.hpp File Reference Header file that includes all GAMBIT headers required for a module source file. More... #include "gambit/Elements/module_macros_inmodule.hpp" #include "gambit/Elements/shared_types.hpp" #include "gambit/Utils/util_types.hpp" #include "gambit/Utils/util_functions.hpp" #include "gambit/Utils/threadsafe_rng.hpp" #include "gambit/Logs/logger.hpp" #include "gambit/Backends/backend_singleton.hpp"
Include dependency graph for gambit_module_headers.hpp:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file. Detailed DescriptionHeader file that includes all GAMBIT headers required for a module source file. This is the only GAMBIT header you should ever need to include explicitly in your module source file, apart from a) the rollcall header for your module b) any new headers that you have created yourself for your module. These should typically reside in <your_module's_name>/include/ gambit/<your_module's_name>. Authors (add name and date if you modify):
Definition in file gambit_module_headers.hpp. |