iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
config.h File Reference

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 >
iceberg::internal::DefaultFromString (const std::string &val)
 

Detailed Description

Provide typed configuration helpers.