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... | |
Storage for the result from check().
Definition at line 74 of file CapabilityRegistry.h.
| 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().
| CheckState Moose::internal::CapabilityRegistry::CheckResult::state |
State of the check.
Definition at line 77 of file CapabilityRegistry.h.
Referenced by Moose::internal::CapabilityRegistry::check().
1.8.14