libpalliate v0.0.1
Palliate core library
Util::Config Struct Referenceabstract

#include <config.h>

Public Types

using toml_value = toml::basic_value< toml::preserve_comments >
 

Public Member Functions

virtual void from_toml (const toml::value &value)=0
 
virtual toml_value into_toml () const =0
 

Member Typedef Documentation

◆ toml_value

using Util::Config::toml_value = toml::basic_value<toml::preserve_comments>

Member Function Documentation

◆ from_toml()

virtual void Util::Config::from_toml ( const toml::value &  value)
pure virtual

◆ into_toml()

virtual toml_value Util::Config::into_toml ( ) const
pure virtual

The documentation for this struct was generated from the following file: