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.
Synopsis
Declared in <ball_managedattributeset.h>
int
addPredicate(ManagedAttribute const& value);
Description
DEPRECATED: Use addAttribute instead.
Return Value
1 on success, and 0 if value already exists
Parameters
Name |
Description |
value |
attribute to add |
Created with MrDocs