Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
spdtList Class Reference
#include <spdtlist.h>
Inheritance diagram for spdtList:
List of all members.
Detailed Description
- Author:
- Sven Broenstrup
Member Function Documentation
|
Add an Object to the head of actual List. - Parameters:
-
newObject | Pointer to Object to be added. |
|
|
Add an Object to the tail of actual List. - Parameters:
-
newObject | Pointer to Object to be added. |
|
|
Get the first element of actual List. - Returns:
- Pointer to head element.
|
|
Get the last element of actual List. - Returns:
- Pointer to tail element.
|
|
Set the first element of actual List. - Parameters:
-
newElement | Pointer to head element. |
|
|
Set the last element of actual List. - Parameters:
-
newElement | Pointer to tail element. |
|
The documentation for this class was generated from the following file: