Helper to encapsulate the configuration result.
More...
#include <ConfigurationResult.h>
Helper to encapsulate the configuration result.
◆ ConfigurationResult() [1/6]
ConfigurationResult::ConfigurationResult |
( |
| ) |
|
◆ ConfigurationResult() [2/6]
ConfigurationResult::ConfigurationResult |
( |
bool | pResult | ) |
|
Copy constructor.
- Parameters
-
pResult | The result to be set |
◆ ConfigurationResult() [3/6]
ConfigurationResult::ConfigurationResult |
( |
| ) |
|
◆ ConfigurationResult() [4/6]
ConfigurationResult::ConfigurationResult |
( |
bool | pResult | ) |
|
Copy constructor.
- Parameters
-
pResult | The result to be set |
◆ ConfigurationResult() [5/6]
ConfigurationResult::ConfigurationResult |
( |
| ) |
|
◆ ConfigurationResult() [6/6]
ConfigurationResult::ConfigurationResult |
( |
bool | pResult | ) |
|
Copy constructor.
- Parameters
-
pResult | The result to be set |
◆ GetReasons() [1/3]
vector< string > ConfigurationResult::GetReasons |
( |
| ) |
|
Gets the reason of failure.
- Returns
- The reasons as a vector of strings
◆ GetReasons() [2/3]
vector< string > ConfigurationResult::GetReasons |
( |
| ) |
|
Gets the reason of failure.
- Returns
- The reasons as a vector of strings
◆ GetReasons() [3/3]
vector< string > ConfigurationResult::GetReasons |
( |
| ) |
|
Gets the reason of failure.
- Returns
- The reasons as a vector of strings
◆ GetResult() [1/3]
bool ConfigurationResult::GetResult |
( |
| ) |
|
Gets the result.
- Returns
- The result as an int
◆ GetResult() [2/3]
bool ConfigurationResult::GetResult |
( |
| ) |
|
Gets the result.
- Returns
- The result as an int
◆ GetResult() [3/3]
bool ConfigurationResult::GetResult |
( |
| ) |
|
Gets the result.
- Returns
- The result as an int
◆ PushReason() [1/3]
void ConfigurationResult::PushReason |
( |
string | reason | ) |
|
Push a reason into the internal reasons vector.
- Parameters
-
reason | The reason to be pushed |
◆ PushReason() [2/3]
void ConfigurationResult::PushReason |
( |
string | reason | ) |
|
Push a reason into the internal reasons vector.
- Parameters
-
reason | The reason to be pushed |
◆ PushReason() [3/3]
void ConfigurationResult::PushReason |
( |
string | reason | ) |
|
Push a reason into the internal reasons vector.
- Parameters
-
reason | The reason to be pushed |
◆ SetResult() [1/3]
void ConfigurationResult::SetResult |
( |
bool | pResult | ) |
|
Sets the result.
- Parameters
-
pResult | The result to be set |
◆ SetResult() [2/3]
void ConfigurationResult::SetResult |
( |
bool | pResult | ) |
|
Sets the result.
- Parameters
-
pResult | The result to be set |
◆ SetResult() [3/3]
void ConfigurationResult::SetResult |
( |
bool | pResult | ) |
|
Sets the result.
- Parameters
-
pResult | The result to be set |
The documentation for this class was generated from the following files: