![]() |
Cadabra
Computer algebra system for field theory problems
|
C++ representation of a run entry.
#include <Snoop.hh>
Public Member Functions | |
| AppEntry () | |
| AppEntry (const std::string &uuid_, uint64_t create_millis_, uint64_t receive_millis_, uint64_t pid_, const std::string &ip_address_, const std::string &machine_id_, const std::string &app_name_, const std::string &app_version_, const std::string &user_id_, int server_status_, int create_timezone) | |
| std::string | to_json (bool human_readable) const |
| void | from_json (const nlohmann::json &) |
Public Attributes | |
| int | id |
| std::string | uuid |
| uint64_t | create_millis |
| uint64_t | receive_millis |
| uint64_t | pid |
| std::string | ip_address |
| std::string | machine_id |
| std::string | app_name |
| std::string | app_version |
| std::string | user_id |
| int | server_status |
| bool | connected |
| int | create_timezone |
| Snoop::AppEntry::AppEntry | ( | ) |
| Snoop::AppEntry::AppEntry | ( | const std::string & | uuid_, |
| uint64_t | create_millis_, | ||
| uint64_t | receive_millis_, | ||
| uint64_t | pid_, | ||
| const std::string & | ip_address_, | ||
| const std::string & | machine_id_, | ||
| const std::string & | app_name_, | ||
| const std::string & | app_version_, | ||
| const std::string & | user_id_, | ||
| int | server_status_, | ||
| int | create_timezone | ||
| ) |
| void Snoop::AppEntry::from_json | ( | const nlohmann::json & | entry | ) |
| std::string Snoop::AppEntry::to_json | ( | bool | human_readable | ) | const |
| std::string snoop::Snoop::AppEntry::app_name |
| std::string snoop::Snoop::AppEntry::app_version |
| bool snoop::Snoop::AppEntry::connected |
| uint64_t snoop::Snoop::AppEntry::create_millis |
| int snoop::Snoop::AppEntry::create_timezone |
| int snoop::Snoop::AppEntry::id |
| std::string snoop::Snoop::AppEntry::ip_address |
| std::string snoop::Snoop::AppEntry::machine_id |
| uint64_t snoop::Snoop::AppEntry::pid |
| uint64_t snoop::Snoop::AppEntry::receive_millis |
| int snoop::Snoop::AppEntry::server_status |
| std::string snoop::Snoop::AppEntry::user_id |
| std::string snoop::Snoop::AppEntry::uuid |