#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... | |
Options for check().
Definition at line 85 of file CapabilityRegistry.h.
|
inline |
Definition at line 87 of file CapabilityRegistry.h.
| bool Moose::internal::CapabilityRegistry::CheckOptions::certain |
Whether or not all capabilities must be known.
Definition at line 90 of file CapabilityRegistry.h.
| 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().
1.8.14