#include <sdpLists.h>
Inheritance diagram for sdpAttributeList:

Public Methods | |
| sdpAttribute * | addItem () |
| Adds new sdpAttribute object. | |
| void | addItem (sdpAttribute *a_Attribute) |
| Adds the given sdpAttribute object. | |
| void | clear () |
| Deletes existing sdpAttribute object. | |
| sdpAttribute * | getItem (int a_Index) |
| Retrieves and existing sdpAttribute object. | |
|
|
Adds the given sdpAttribute object. This method adds the given sdpAttribute object to the list manager
|
|
|
Adds new sdpAttribute object. This method adds a new sdpAttribute object to the list manager
|
|
|
Deletes existing sdpAttribute object. This method deletes an existing sdpAttribute object from the list manager
|
|
|
Retrieves and existing sdpAttribute object. This method retrieves an existing sdpAttribute object from the list manager
Reimplemented from sdpElementList. |
1.2.18