Cantera
3.1.0a1
|
#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.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Variables | |
static std::mutex | dir_mutex |
Mutex for input directory access. More... | |
static std::mutex | app_mutex |
Mutex for creating singletons within the application object. More... | |
static std::mutex | msg_mutex |
Mutex for access to string messages. More... | |