Main Page   Class Hierarchy   Compound List   Compound Members  

sdpAttributeList Class Reference

#include <sdpLists.h>

Inheritance diagram for sdpAttributeList:

sdpElementList List of all members.

Public Methods

sdpAttributeaddItem ()
 Adds new sdpAttribute object.

void addItem (sdpAttribute *a_Attribute)
 Adds the given sdpAttribute object.

void clear ()
 Deletes existing sdpAttribute object.

sdpAttributegetItem (int a_Index)
 Retrieves and existing sdpAttribute object.


Detailed Description

List Manager for sdpAttribute objects


Member Function Documentation

void sdpAttributeList::addItem sdpAttribute   a_Attribute
 

Adds the given sdpAttribute object.

This method adds the given sdpAttribute object to the list manager

Returns:
void

sdpAttribute * sdpAttributeList::addItem  
 

Adds new sdpAttribute object.

This method adds a new sdpAttribute object to the list manager

Returns:
sdpAttribute* - pointer to newly created sdpAttrubute

void sdpAttributeList::clear  
 

Deletes existing sdpAttribute object.

This method deletes an existing sdpAttribute object from the list manager

Returns:
void

sdpAttribute * sdpAttributeList::getItem int    a_Index
 

Retrieves and existing sdpAttribute object.

This method retrieves an existing sdpAttribute object from the list manager

Parameters:
a_Index  - index to existing sdpAttrubute. Index is 0 based.
Returns:
sdpAttribute* - pointer to the sdpAttrubute

Reimplemented from sdpElementList.


The documentation for this class was generated from the following files:
Generated on Fri Feb 17 18:17:49 2006 for SDP API by doxygen1.2.18