Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
BaseConfig Class Referenceabstract
Inheritance diagram for BaseConfig:
[legend]
Collaboration diagram for BaseConfig:
[legend]

Public Member Functions

void updateFromToml (const boost::filesystem::path &filename)
 
virtual void updateFromPropertyTree (const boost::property_tree::ptree &pt)=0
 

Protected Member Functions

void updateFromDirs (const std::vector< boost::filesystem::path > &configs)
 

Static Protected Member Functions

static void checkDirs (const std::vector< boost::filesystem::path > &configs)
 

Protected Attributes

std::vector< boost::filesystem::path > config_dirs_ = {"/usr/lib/sota/conf.d", "/etc/sota/conf.d/"}
 

Detailed Description

Definition at line 125 of file config_utils.h.


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