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

Contains the Re-usability search filters. More...

#include <utils.h>

Public Member Functions

KACTUS2_API FirmnessOptions ()=default
 

Public Attributes

bool fixed_ { true }
 If true then fixeds should be included in search.
 
bool mutable_ { true }
 If true then mutables should be included in search.
 
bool templates_ { true }
 If true then templates should be included in search.
 

Detailed Description

Contains the Re-usability search filters.

Definition at line 69 of file utils.h.

Constructor & Destructor Documentation

◆ FirmnessOptions()

KACTUS2_API Utils::FirmnessOptions::FirmnessOptions ( )
default

The default constructor

Constructs struct with all options set to true

Member Data Documentation

◆ fixed_

bool Utils::FirmnessOptions::fixed_ { true }

If true then fixeds should be included in search.

Definition at line 78 of file utils.h.

◆ mutable_

bool Utils::FirmnessOptions::mutable_ { true }

If true then mutables should be included in search.

Definition at line 75 of file utils.h.

◆ templates_

bool Utils::FirmnessOptions::templates_ { true }

If true then templates should be included in search.

Definition at line 72 of file utils.h.


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