ifw-core 6.0.0
|
#include <limits.h>
#include <stdarg.h>
#include <string>
#include <map>
#include <list>
#include <fstream>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | ifw |
namespace | ifw::core |
namespace | ifw::core::utils |
namespace | ifw::core::utils::base |
Variables | |
const std::string | ifw::core::utils::base::SYSROOT = "SYSROOT" |
const std::string | ifw::core::utils::base::INTROOT = "INTROOT" |
const std::string | ifw::core::utils::base::DATAROOT = "DATAROOT" |
const std::string | ifw::core::utils::base::CFGPATH = "CFGPATH" |
const std::string | ifw::core::utils::base::EXT_FITS = "fits" |
const int64_t | ifw::core::utils::base::NO_TIMEOUT = -1 |
const std::string | ifw::core::utils::base::INVALID = "__INVALID__" |
const std::string | ifw::core::utils::base::NOT_IMPLEMENTED = "NotImplemented" |
const std::string | ifw::core::utils::base::UNDEFINED = "__UNDEFINED__" |
const int64_t | ifw::core::utils::base::FAILURE = 1 |
const int64_t | ifw::core::utils::base::SUCCESS = 0 |