MADARA  3.1.8
madara::knowledge::KnowledgeReferenceSettings Class Reference

Settings for applying knowledge updates. More...

#include <KnowledgeReferenceSettings.h>

Inheritance diagram for madara::knowledge::KnowledgeReferenceSettings:
Collaboration diagram for madara::knowledge::KnowledgeReferenceSettings:

Public Member Functions

 KnowledgeReferenceSettings ()
 Constructor. More...
 
 KnowledgeReferenceSettings (bool t_expand_variables)
 Constructor. More...
 
 KnowledgeReferenceSettings (const KnowledgeReferenceSettings &rhs)
 Copy constructor. More...
 
 ~KnowledgeReferenceSettings ()
 Destructor. More...
 

Public Attributes

bool expand_variables
 Toggle for always attempting to expand variables (true) or never expanding variables (false) More...
 
bool never_exit
 Never allow MADARA to exit, even with fatal errors or invalid state. More...
 

Static Public Attributes

static const KnowledgeReferenceSettings DEFAULT
 
static const KnowledgeReferenceSettings NO_EXPAND
 

Detailed Description

Settings for applying knowledge updates.

Definition at line 22 of file KnowledgeReferenceSettings.h.

Constructor & Destructor Documentation

madara::knowledge::KnowledgeReferenceSettings::KnowledgeReferenceSettings ( )
inline

Constructor.

Definition at line 32 of file KnowledgeReferenceSettings.h.

madara::knowledge::KnowledgeReferenceSettings::KnowledgeReferenceSettings ( bool  t_expand_variables)
inline

Constructor.

Definition at line 40 of file KnowledgeReferenceSettings.h.

madara::knowledge::KnowledgeReferenceSettings::KnowledgeReferenceSettings ( const KnowledgeReferenceSettings rhs)
inline

Copy constructor.

Definition at line 48 of file KnowledgeReferenceSettings.h.

madara::knowledge::KnowledgeReferenceSettings::~KnowledgeReferenceSettings ( )
inline

Destructor.

Definition at line 57 of file KnowledgeReferenceSettings.h.

Member Data Documentation

const KnowledgeReferenceSettings madara::knowledge::KnowledgeReferenceSettings::DEFAULT
static

Definition at line 26 of file KnowledgeReferenceSettings.h.

bool madara::knowledge::KnowledgeReferenceSettings::expand_variables

Toggle for always attempting to expand variables (true) or never expanding variables (false)

Definition at line 65 of file KnowledgeReferenceSettings.h.

bool madara::knowledge::KnowledgeReferenceSettings::never_exit

Never allow MADARA to exit, even with fatal errors or invalid state.

Definition at line 70 of file KnowledgeReferenceSettings.h.

const KnowledgeReferenceSettings madara::knowledge::KnowledgeReferenceSettings::NO_EXPAND
static

Definition at line 27 of file KnowledgeReferenceSettings.h.


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