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

Storage for the result from check(). More...

#include <CapabilityRegistry.h>

Public Attributes

CheckState state
 State of the check. More...
 
std::set< std::string > capability_names
 The capability names that existed in the check string. More...
 

Detailed Description

Storage for the result from check().

Definition at line 74 of file CapabilityRegistry.h.

Member Data Documentation

◆ capability_names

std::set<std::string> Moose::internal::CapabilityRegistry::CheckResult::capability_names

The capability names that existed in the check string.

Definition at line 79 of file CapabilityRegistry.h.

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

◆ state

CheckState Moose::internal::CapabilityRegistry::CheckResult::state

State of the check.

Definition at line 77 of file CapabilityRegistry.h.

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


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