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. |
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 every attribute in this set is present in containerList. |
get_allocator | Return the allocator used by this object to supply memory. |
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. |
removeAll | Remove all attributes from this attribute set. |
removeAllPredicates | DEPRECATED: Use removeAll instead. |
removeAttribute | Remove the attribute having the specified value from this object. |
removePredicate | Remove the attribute having the specified value from this object. |
operator BloombergLP::bslmf::NestedTraitDeclaration<ManagedAttributeSet, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |