BDE 4.14.0 Production release
|
This is the complete list of members for ball::Rule, including all inherited members.
addAttribute(const ManagedAttribute &value) | ball::Rule | inline |
addPredicate(const ManagedAttribute &value) | ball::Rule | inline |
begin() const | ball::Rule | inline |
BSLMF_NESTED_TRAIT_DECLARATION(Rule, bslma::UsesBslmaAllocator) | ball::Rule | |
end() const | ball::Rule | inline |
evaluate(const AttributeContainerList &containerList) const | ball::Rule | inline |
hasAttribute(const ManagedAttribute &value) const | ball::Rule | inline |
hash(const Rule &rule, int size) | ball::Rule | static |
hasPredicate(const Predicate &value) const | ball::Rule | inline |
isMatch(const char *inputString) const | ball::Rule | inline |
numAttributes() const | ball::Rule | inline |
numPredicates() const | ball::Rule | inline |
operator!= | ball::Rule | friend |
operator<< | ball::Rule | friend |
operator=(const Rule &rhs) | ball::Rule | |
operator== | ball::Rule | friend |
passLevel() const | ball::Rule | inline |
pattern() const | ball::Rule | inline |
print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const | ball::Rule | |
recordLevel() const | ball::Rule | inline |
removeAll() | ball::Rule | inline |
removeAllPredicates() | ball::Rule | inline |
removeAttribute(const ManagedAttribute &value) | ball::Rule | inline |
removePredicate(const ManagedAttribute &value) | ball::Rule | inline |
Rule(bslma::Allocator *basicAllocator=0) | ball::Rule | inlineexplicit |
Rule(const bsl::string_view &pattern, int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel, bslma::Allocator *basicAllocator=0) | ball::Rule | inline |
Rule(const Rule &original, bslma::Allocator *basicAllocator=0) | ball::Rule | inline |
setLevels(int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel) | ball::Rule | inline |
setPattern(const bsl::string_view &value) | ball::Rule | inline |
triggerAllLevel() const | ball::Rule | inline |
triggerLevel() const | ball::Rule | inline |
~Rule()=default | ball::Rule |