ManagedAttributeSet [constructor] | Constructors |
operator= | Assign the value of the specified rhs to this object, and return a reference providing modifiable access to this object. |
addAttribute | Add an attribute having the specified value to this object. Return true on success and false if an attribute having the same value already exists in this object. |
addPredicate | Add an attribute having the specified value to this object. Return 1 on success and 0 if an attribute having the same value already exists in this object. |
begin | Return an iterator referring to the first member of this attribute set. |
end | Return an iterator referring to one past the last member of this attribute set. |
evaluate | Return true if for every attribute maintained by this object, an attribute with the same name and value exists in the specified containerList, or if this object has no attributes; otherwise return false. |
get_allocator | Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the default allocator in effect at construction is used. |
isMember | Return true if an attribute having specified value exists in this object, and false otherwise. |
numAttributes | Return the number of attributes managed by this object. |
numPredicates | DEPRECATED: Use numAttributes instead. |
print | Format this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect. |
removeAll | Remove all attributes from this attribute set. |
removeAllPredicates | DEPRECATED: Use removeAll instead. |
removeAttribute | Remove the attribute having the specified value from this object. Return true on success and false if an attribute having the value does not exist in this object. |
removePredicate | Remove the attribute having the specified value from this object. Return the number of attributes removed (i.e., 1 on success and 0 if an attribute having value does not exist in this object). |
operator BloombergLP::bslmf::NestedTraitDeclaration<ManagedAttributeSet, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |