Cantera
2.2.1
|
#include "application.h"
#include "cantera/base/ctml.h"
#include "cantera/base/stringUtils.h"
#include "units.h"
#include <fstream>
#include <sstream>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
cthreadId_t | getThisThreadId () |
static int | get_modified_time (const std::string &path) |
Variables | |
static mutex_t | dir_mutex |
Mutex for input directory access. More... | |
static mutex_t | app_mutex |
Mutex for creating singletons within the application object. More... | |
static mutex_t | xml_mutex |
Mutex for controlling access to XML file storage. More... | |
static mutex_t | msg_mutex |
Mutex for access to string messages. More... | |