|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include <string>#include <iostream>#include <sstream>#include <map>#include <memory>#include <boost/dll/import.hpp>#include <boost/algorithm/string.hpp>#include "boost/json.hpp"#include "adc/types.hpp"#include <sys/time.h>

Go to the source code of this file.
Classes | |
| class | adc::builder |
| Implementation of builder_api with optional (compile-time) support of MPI. If compiled without MPI, the mpi-related calls devolve to serial behavior. More... | |
Namespaces | |
| namespace | adc |
Functions | |
| std::string | adc::format_timespec_8601 (struct timespec &ts) |
| std::string | adc::format_timespec_utc_ns (struct timespec &ts) |
| bool | adc::array_contains_string (boost::json::array &av, string_view uuid) |
| std::vector< std::string > | adc::split_string (const std::string &s, char delimiter) |
Variables | |
| version | adc::builder_version ("1.0.0", {"none"}) |