SPH
Public Member Functions | List of all members
ConfigValue< Path > Class Reference

More...

#include <Config.h>

Inheritance diagram for ConfigValue< Path >:
IConfigValue Polymorphic

Public Member Functions

 ConfigValue ()=default
 
 ConfigValue (const Path &value)
 
virtual std::string write () const override
 Writes the value into a string. More...
 
virtual void read (const std::string &source) override
 Reads the value from string and stores it internally. More...
 
Path get () const
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Specialization for Path.

Definition at line 171 of file Config.h.

Constructor & Destructor Documentation

◆ ConfigValue() [1/2]

ConfigValue< Path >::ConfigValue ( )
default

◆ ConfigValue() [2/2]

ConfigValue< Path >::ConfigValue ( const Path value)
inline

Definition at line 178 of file Config.h.

Member Function Documentation

◆ get()

Path ConfigValue< Path >::get ( ) const
inline

Definition at line 189 of file Config.h.

◆ read()

virtual void ConfigValue< Path >::read ( const std::string &  source)
inlineoverridevirtual

Reads the value from string and stores it internally.

Exceptions
ConfigExceptionif the value cannot be deserialized.

Implements IConfigValue.

Definition at line 185 of file Config.h.

◆ write()

virtual std::string ConfigValue< Path >::write ( ) const
inlineoverridevirtual

Writes the value into a string.

Implements IConfigValue.

Definition at line 181 of file Config.h.


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