https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
Moose::internal::CapabilityRegistry::CheckOptions Struct Reference

Options for check(). More...

#include <CapabilityRegistry.h>

Public Member Functions

 CheckOptions ()
 

Public Attributes

bool certain
 Whether or not all capabilities must be known. More...
 
std::set< std::string > ignore_capabilities
 Capabilities to ignore; checks using them will always pass. More...
 

Detailed Description

Options for check().

Definition at line 85 of file CapabilityRegistry.h.

Constructor & Destructor Documentation

◆ CheckOptions()

Moose::internal::CapabilityRegistry::CheckOptions::CheckOptions ( )
inline

Definition at line 87 of file CapabilityRegistry.h.

87 : certain(true), ignore_capabilities() {}
std::set< std::string > ignore_capabilities
Capabilities to ignore; checks using them will always pass.
bool certain
Whether or not all capabilities must be known.

Member Data Documentation

◆ certain

bool Moose::internal::CapabilityRegistry::CheckOptions::certain

Whether or not all capabilities must be known.

Definition at line 90 of file CapabilityRegistry.h.

◆ ignore_capabilities

std::set<std::string> Moose::internal::CapabilityRegistry::CheckOptions::ignore_capabilities

Capabilities to ignore; checks using them will always pass.

Definition at line 92 of file CapabilityRegistry.h.

Referenced by Moose::internal::CapabilityRegistry::check().


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