Set the attribute name of this object to the specified (literal) name.

Synopsis

Declared in <ball_attribute.h>

void
setName(char const* name);

Description

Note that name is not managed by this object and therefore must remain valid while in use by any Attribute object.

Parameters

Name

Description

name

literal attribute name

Created with MrDocs