#include <boost/lexical_cast.hpp>
#include <map>
#include <complex>
#include "../icedb/defs.h"
#include "../private/options.hpp"
#include "../icedb/logging.hpp"
#include "../icedb/error.hpp"
Go to the source code of this file.
◆ DOTYPES
Value:f(int); f(float); f(double); f(long); f(long long); \
f(unsigned int); f(unsigned long); f(unsigned long long); f(std::string); f(bool); f(std::complex<double>);
Definition at line 67 of file options.cpp.
◆ IMPL_OPTS
◆ IMPL_OPTS_ADD
#define IMPL_OPTS_ADD |
( |
|
T | ) |
template options_ptr options::add<T>(const std::string&, const T&); |
◆ IMPL_OPTS_GETVAL_A
#define IMPL_OPTS_GETVAL_A |
( |
|
T | ) |
template T options::getVal<T>(const std::string&) const; |
◆ IMPL_OPTS_GETVAL_B
#define IMPL_OPTS_GETVAL_B |
( |
|
T | ) |
template T options::getVal<T>(const std::string&, const T&) const; |
◆ IMPL_OPTS_SETVAL
#define IMPL_OPTS_SETVAL |
( |
|
T | ) |
template options_ptr options::setVal<T>(const std::string&, const T&); |