#include <derecho/conf/conf.hpp>#include <cstdlib>#include <sys/stat.h>#include <unistd.h>#include <spdlog/sinks/stdout_color_sinks.h>
Go to the source code of this file.
Classes | |
| struct | derecho::Conf |
| The single configuration file for derecho. More... | |
Namespaces | |
| derecho | |
Macros | |
| #define | CONF_UNINITIALIZED (0) |
| #define | CONF_INITIALIZING (1) |
| #define | CONF_INITIALIZED (2) |
| #define | MAKE_LONG_OPT_ENTRY(x) { x, required_argument, 0, 0 } |
Functions | |
| const std::string & | derecho::getConfString (const std::string &key) |
| const int32_t | derecho::getConfInt32 (const std::string &key) |
| const uint32_t | derecho::getConfUInt32 (const std::string &key) |
| const int16_t | derecho::getConfInt16 (const std::string &key) |
| const uint16_t | derecho::getConfUInt16 (const std::string &key) |
| const int64_t | derecho::getConfInt64 (const std::string &key) |
| const uint64_t | derecho::getConfUInt64 (const std::string &key) |
| const float | derecho::getConfFloat (const std::string &key) |
| const double | derecho::getConfDouble (const std::string &key) |
| const bool | derecho::getConfBoolean (const std::string &key) |
| const bool | derecho::hasCustomizedConfKey (const std::string &key) |
1.8.13