Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
Utils::ImplementationOptions Struct Reference

Contains firmness search settings. More...

#include <utils.h>

Public Member Functions

KACTUS2_API ImplementationOptions ()=default
 

Public Attributes

bool hw_ { true }
 If true then hardware components should be included in search.
 
bool sw_ { true }
 If true then software components should be included in search.
 
bool system_ { true }
 If true then system components should be included in search.
 

Detailed Description

Contains firmness search settings.

Definition at line 22 of file utils.h.

Constructor & Destructor Documentation

◆ ImplementationOptions()

KACTUS2_API Utils::ImplementationOptions::ImplementationOptions ( )
default

The default constructor

Constructs struct with all options set to true.

Member Data Documentation

◆ hw_

bool Utils::ImplementationOptions::hw_ { true }

If true then hardware components should be included in search.

Definition at line 25 of file utils.h.

◆ sw_

bool Utils::ImplementationOptions::sw_ { true }

If true then software components should be included in search.

Definition at line 28 of file utils.h.

◆ system_

bool Utils::ImplementationOptions::system_ { true }

If true then system components should be included in search.

Definition at line 31 of file utils.h.


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