#include "application.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/ExtensionManagerFactory.h"
#include <boost/dll/import.hpp>
#include <boost/algorithm/string.hpp>
#include <fstream>
#include <sstream>
#include <mutex>
Go to the source code of this file.
|
| static std::mutex | dir_mutex |
| | Mutex for input directory access.
|
| |
| static std::mutex | app_mutex |
| | Mutex for creating singletons within the application object.
|
| |
| static std::mutex | msg_mutex |
| | Mutex for access to string messages.
|
| |
◆ BOOST_DLL_USE_STD_FS
| #define BOOST_DLL_USE_STD_FS |