Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods
| Call this method to add an element to the head of the list. | |
| Call this method to add an existing list to the head of the list. | |
| Call this method to add an element to the tail of this list. | |
| Call this method to add an existing list to the tail of this list. | |
| Call this method to confirm the list is valid. | |
| The constructor. | |
| The destructor. | |
| Call this method to search the list for the specified element. | |
| Call this method to obtain the position of an element, given an index value. | |
| Call this method to return the element at a specified position in the list. | |
| Call this method to return the number of objects in the list. | |
| Call this method to return the element at the head of the list. | |
| Call this method to obtain the position of the head of the list. | |
| Call this method to return the next element from the list. | |
| Call this method to return the previous element from the list. | |
| Call this method to return the element at the tail of the list. | |
| Call this method to obtain the position of the tail of the list. | |
| Call this method to insert a new element into the list after the specified position. | |
| Call this method to insert a new element into the list before the specified position. | |
| Call this method to determine if the list is empty. | |
| Call this method to move the specified element to the head of the list. | |
| Call this method to move the specified element to the tail of the list. | |
| Call this method to remove all of the elements from the list. | |
| Call this method to remove a single element from the list. | |
| Call this method to remove the element at the head of the list. | |
| Call this method to remove the element at the head of the list without returning a value. | |
| Call this method to remove the element at the tail of the list. | |
| Call this method to remove the element at the tail of the list without returning a value. | |
| Call this method to set the value of the element at a given position in the list. | |
| Call this method to swap elements in the list. | 
Typedefs
| Type used when an element is passed as an input argument. |