Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <ApiSettings.hpp>
Classes | |
struct | ApiInfo |
struct | Keys |
struct | Sections |
Public Member Functions | |
Settings () | |
Settings (const Settings &other)=default | |
Settings (Settings &&other) noexcept=default | |
Settings & | operator= (const Settings &other)=default |
Settings & | operator= (Settings &&other) noexcept=default |
~Settings () | |
bool | load (const iv::file::xml::node &node) |
bool | save (iv::file::xml::node &node) const |
Public Attributes | |
std::vector< iv::model::comms::api::Settings::ApiInfo > | apiURLs |
iv::model::comms::api::Settings::Settings | ( | ) |
|
default |
|
defaultnoexcept |
|
default |
bool iv::model::comms::api::Settings::load | ( | const iv::file::xml::node & | node | ) |
bool iv::model::comms::api::Settings::save | ( | iv::file::xml::node & | node | ) | const |
std::vector<iv::model::comms::api::Settings::ApiInfo> iv::model::comms::api::Settings::apiURLs |