|
StormByte C++ Library: Config module 1.1.0
StormByte-Config is the configuration module of the StormByte C++ suite.
|
#include <StormByte/config/item/base.hxx>#include <StormByte/type_traits.hxx>#include <cstddef>#include <vector>

Go to the source code of this file.
Classes | |
| class | StormByte::Config::Item::Value< T > |
| Named or unnamed typed value. More... | |
Namespaces | |
| namespace | StormByte |
| namespace | StormByte::Config |
| Config module of the StormByte suite. | |
| namespace | StormByte::Config::Item |
| Configuration items (values, comments, groups, lists). | |
Functions | |
| StormByte::Config::Item::Value (const char *) -> Value< std::string > | |
| StormByte::Config::Item::Value (const char *, const char *) -> Value< std::string > | |