|
StormByte C++ Library: Config module 1.1.0
StormByte-Config is the configuration module of the StormByte C++ suite.
|
#include <StormByte/exception.hxx>#include <StormByte/expected.hxx>

Go to the source code of this file.
Namespaces | |
| namespace | StormByte |
| namespace | StormByte::Config |
| Config module of the StormByte suite. | |
Typedefs | |
| using | StormByte::Config::ExpectedConfig = StormByte::Expected< Config, StormByte::Exception > |
| Result of loading a configuration document (text or binary). | |
Enumerations | |
| enum class | StormByte::Config::OnExistingAction : unsigned short { StormByte::Config::Keep , StormByte::Config::Overwrite , StormByte::Config::ThrowException } |
| Forward declaration of the configuration document. More... | |
| enum class | StormByte::Config::Mode : unsigned short { StormByte::Config::Text , StormByte::Config::Binary } |
| Serialization / deserialization mode for configuration documents. More... | |