|
BmnRoot
|
#include "EventCatalogue.h"#include "event_db_settings.h"#include "nlohmann/json.hpp"#include <fstream>#include <iostream>#include <map>#include <sstream>Go to the source code of this file.
Typedefs | |
| using | json = nlohmann::ordered_json |
Functions | |
| string const | GetErrorString (int error_id) |
| size_t | response_callback (void *contents, size_t size, size_t nmemb, string *data) |
Variables | |
| map< int, string > const | Errors |
| using json = nlohmann::ordered_json |
Definition at line 11 of file EventCatalogue.cxx.
| string const GetErrorString | ( | int | error_id | ) |
| size_t response_callback | ( | void * | contents, |
| size_t | size, | ||
| size_t | nmemb, | ||
| string * | data | ||
| ) |
Definition at line 139 of file EventCatalogue.cxx.
| map<int, string> const Errors |
Definition at line 13 of file EventCatalogue.cxx.
Referenced by GetErrorString().