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

#include <utils.h>

Public Member Functions

KACTUS2_API ValidityOptions ()=default
 

Public Attributes

bool invalid_ { true }
 If true then invalid objects should be included in search.
 
bool valid_ { true }
 If true then valid objects should be included in search.
 

Detailed Description

Definition at line 112 of file utils.h.

Constructor & Destructor Documentation

◆ ValidityOptions()

KACTUS2_API Utils::ValidityOptions::ValidityOptions ( )
default

The default constructor

Constructs struct with all options set to true.

Member Data Documentation

◆ invalid_

bool Utils::ValidityOptions::invalid_ { true }

If true then invalid objects should be included in search.

Definition at line 118 of file utils.h.

◆ valid_

bool Utils::ValidityOptions::valid_ { true }

If true then valid objects should be included in search.

Definition at line 115 of file utils.h.


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