Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::comms::loggers::Settings Struct Reference

#include <LoggersSettings.hpp>

Classes

struct  DefaultValues
 
struct  Keys
 

Public Member Functions

 Settings ()
 
 Settings (const Settings &other)
 
 Settings (Settings &&other) noexcept
 
 ~Settings ()
 
Settingsoperator= (const Settings &other)
 
Settingsoperator= (Settings &&other) noexcept
 
bool load (const iv::file::xml::node &node)
 
bool save (iv::file::xml::node &node) const
 

Public Attributes

bool hasDataLogger {true}
 
bool hasEventLogger {true}
 
bool hasHistoryLogger {true}
 

Constructor & Destructor Documentation

◆ Settings() [1/3]

iv::model::comms::loggers::Settings::Settings ( )
default

◆ Settings() [2/3]

iv::model::comms::loggers::Settings::Settings ( const Settings & other)
default

◆ Settings() [3/3]

iv::model::comms::loggers::Settings::Settings ( Settings && other)
defaultnoexcept

◆ ~Settings()

iv::model::comms::loggers::Settings::~Settings ( )
default

Member Function Documentation

◆ load()

bool iv::model::comms::loggers::Settings::load ( const iv::file::xml::node & node)

◆ operator=() [1/2]

Settings & iv::model::comms::loggers::Settings::operator= ( const Settings & other)
default

◆ operator=() [2/2]

Settings & iv::model::comms::loggers::Settings::operator= ( Settings && other)
defaultnoexcept

◆ save()

bool iv::model::comms::loggers::Settings::save ( iv::file::xml::node & node) const

Member Data Documentation

◆ hasDataLogger

bool iv::model::comms::loggers::Settings::hasDataLogger {true}

◆ hasEventLogger

bool iv::model::comms::loggers::Settings::hasEventLogger {true}

◆ hasHistoryLogger

bool iv::model::comms::loggers::Settings::hasHistoryLogger {true}

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