Utility functions for the configuration framework. More...
#include <iostream>#include <iomanip>#include <sstream>#include <stdexcept>#include <boost/algorithm/string.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | icl_core |
| namespace | icl_core::config |
Framework for processing configuration files. | |
| namespace | icl_core::config::impl |
Namespace for internal implementation details. | |
Functions | |
| template<typename U > | |
| bool | icl_core::config::impl::bool_cast (U input) |
| template<typename T , typename U > | |
| T | icl_core::config::impl::hexical_cast (U input) |
| template<typename U > | |
| bool | icl_core::config::impl::strict_bool_cast (U input) |