Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <sstream>
#include <sqlite3.h>
#include <stdint.h>
#include <mutex>
#include <json/json.h>
#include <thread>
Go to the source code of this file.
Classes | |
class | snoop::Flush |
class | snoop::Snoop |
Logging class with functionality to send log information to a remote server using a websocket connection. More... | |
class | snoop::Snoop::AppEntry |
C++ representation of an run entry. More... | |
class | snoop::Snoop::LogEntry |
C++ representation of a log entry. More... | |
Namespaces | |
snoop | |
Macros | |
#define | LOC __FILE__, __LINE__, __func__ |
Variables | |
Flush | snoop::flush |
Snoop | snoop::log |
const char | snoop::info [] ="info" |
const char | snoop::warn [] ="warning" |
const char | snoop::error [] ="error" |
const char | snoop::fatal [] ="fatal" |
const char | snoop::email [] ="email" |
#define LOC __FILE__, __LINE__, __func__ |