StormByte C++ Library: Config module 1.1.0
StormByte-Config is the configuration module of the StormByte C++ suite.
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations
typedefs.hxx File Reference
#include <StormByte/exception.hxx>
#include <StormByte/expected.hxx>
Include dependency graph for typedefs.hxx:
This graph shows which files directly or indirectly include this file:

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...