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

#include <utils.h>

Public Member Functions

KACTUS2_API RevisionOptions ()=default
 

Public Attributes

bool std14_ { true }
 If true then 2014 std objects should be included in search.
 
bool std22_ { true }
 If true then 2022 std objects should be included in search.
 

Detailed Description

Definition at line 127 of file utils.h.

Constructor & Destructor Documentation

◆ RevisionOptions()

KACTUS2_API Utils::RevisionOptions::RevisionOptions ( )
default

The default constructor

Constructs struct with all options set to true.

Member Data Documentation

◆ std14_

bool Utils::RevisionOptions::std14_ { true }

If true then 2014 std objects should be included in search.

Definition at line 130 of file utils.h.

◆ std22_

bool Utils::RevisionOptions::std22_ { true }

If true then 2022 std objects should be included in search.

Definition at line 133 of file utils.h.


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