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

Contains the search options for document types. More...

#include <utils.h>

Public Member Functions

KACTUS2_API TypeOptions ()=default
 

Public Attributes

bool advanced_ { true }
 If true then other IP-Xact types should be included in search.
 
bool apis_ { true }
 If true then APIs/Coms should be included in search.
 
bool buses_ { true }
 If true then bus definitions should be included in search.
 
bool catalogs_ { true }
 If true then catalogs should be included in search.
 
bool components_ { true }
 If true then components should be included in search.
 

Detailed Description

Contains the search options for document types.

Definition at line 88 of file utils.h.

Constructor & Destructor Documentation

◆ TypeOptions()

KACTUS2_API Utils::TypeOptions::TypeOptions ( )
default

The default constructor

Constructs struct with all options set to true.

Member Data Documentation

◆ advanced_

bool Utils::TypeOptions::advanced_ { true }

If true then other IP-Xact types should be included in search.

Definition at line 103 of file utils.h.

◆ apis_

bool Utils::TypeOptions::apis_ { true }

If true then APIs/Coms should be included in search.

Definition at line 100 of file utils.h.

◆ buses_

bool Utils::TypeOptions::buses_ { true }

If true then bus definitions should be included in search.

Definition at line 94 of file utils.h.

◆ catalogs_

bool Utils::TypeOptions::catalogs_ { true }

If true then catalogs should be included in search.

Definition at line 97 of file utils.h.

◆ components_

bool Utils::TypeOptions::components_ { true }

If true then components should be included in search.

Definition at line 91 of file utils.h.


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