Add an attribute having the specified value to this object.

Synopsis

Declared in <ball_managedattributeset.h>

bool
addAttribute(ManagedAttribute const& value);

Description

Return true on success and false if an attribute having the same value already exists in this object.

Return Value

true on success, and false if value already exists

Parameters

Name

Description

value

attribute to add

Created with MrDocs