|
iceberg-cpp
|
Provide typed configuration helpers. More...
#include <format>#include <functional>#include <string>#include <unordered_map>#include "iceberg/exception.h"#include "iceberg/util/macros.h"#include "iceberg/util/string_util.h"Go to the source code of this file.
Classes | |
| class | iceberg::ConfigBase< ConcreteConfig > |
| class | iceberg::ConfigBase< ConcreteConfig >::Entry< T > |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Functions | |
| template<typename U > | |
| std::string | iceberg::internal::DefaultToString (const U &val) |
| template<typename U > | |
| U | iceberg::internal::DefaultFromString (const std::string &val) |
Provide typed configuration helpers.