[Structure_Linked_List] element index

All elements
a c d g k n p r s v _
_
top
__construct
Structure_Linked_List::__construct() in Structure_Linked_List.php
Structure_Linked_List constructor
__construct
Structure_Linked_List_Node::__construct() in Structure_Linked_List.php
Structure_Linked_List_Node constructor
__destruct
Structure_Linked_List_Node::__destruct() in Structure_Linked_List.php
Removes node from the list, adjusting the related nodes accordingly.
a
top
addLink
Structure_Linked_List::addLink() in Structure_Linked_List.php
Adds a @see Structure_Linked_List_Node object to the linked list.
c
top
$current
Structure_Linked_List::$current in Structure_Linked_List.php
Current node in the linked list
current
Structure_Linked_List::current() in Structure_Linked_List.php
Returns the current node in the linked list
d
top
deleteLink
Structure_Linked_List::deleteLink() in Structure_Linked_List.php
g
top
$GLOBALS["_Structure_Linked_List_messages"]
$GLOBALS["_Structure_Linked_List_messages"] in Structure_Linked_List.php
Error messages
$GLOBALS["_Structure_Linked_List_stack"]
$GLOBALS["_Structure_Linked_List_stack"] in Structure_Linked_List.php
Error message stack
getErrors
Structure_Linked_List_Node::getErrors() in Structure_Linked_List.php
Get errors (if any) for this object
getErrors
Structure_Linked_List::getErrors() in Structure_Linked_List.php
Get errors (if any) for this object
k
top
key
Structure_Linked_List::key() in Structure_Linked_List.php
Stub for Iterator interface that simply returns the current node
n
top
$next
Structure_Linked_List_Node::$next in Structure_Linked_List.php
Next node in the linked list
next
Structure_Linked_List_Node::next() in Structure_Linked_List.php
Return the next link in the linked list
next
Structure_Linked_List::next() in Structure_Linked_List.php
Sets the pointer for the linked list to the next link and returns that link
p
top
$previous
Structure_Linked_List_Node::$previous in Structure_Linked_List.php
Previous node in the linked list
previous
Structure_Linked_List_Node::previous() in Structure_Linked_List.php
Return the previous link in the linked list
previous
Structure_Linked_List::previous() in Structure_Linked_List.php
Sets the pointer for the linked list to the previous link and returns that link
r
top
$root_node
Structure_Linked_List::$root_node in Structure_Linked_List.php
Root node of the linked list
rewind
Structure_Linked_List::rewind() in Structure_Linked_List.php
Sets the pointer for the linked list to the root node
s
top
$stack
Structure_Linked_List_Node::$stack in Structure_Linked_List.php
Error stack
$stack
Structure_Linked_List::$stack in Structure_Linked_List.php
Error stack
setNext
Structure_Linked_List_Node::setNext() in Structure_Linked_List.php
Sets the pointer for the next link in the linked list to the specified link
setPrevious
Structure_Linked_List_Node::setPrevious() in Structure_Linked_List.php
Sets the pointer for the previous link in the linked list to the specified link
Structure_Linked_List
Structure_Linked_List in Structure_Linked_List.php
The Structure_Linked_List class represents a linked list structure composed of Structure_Linked_List_Node objects.
Structure_Linked_List.php
Structure_Linked_List.php in Structure_Linked_List.php
STRUCTURE_LINKED_LIST_ADD_AFTER
STRUCTURE_LINKED_LIST_ADD_AFTER in Structure_Linked_List.php
Add link after the target link in the linked list
STRUCTURE_LINKED_LIST_ADD_APPEND
STRUCTURE_LINKED_LIST_ADD_APPEND in Structure_Linked_List.php
Add link to the end of the linked list
STRUCTURE_LINKED_LIST_ADD_BEFORE
STRUCTURE_LINKED_LIST_ADD_BEFORE in Structure_Linked_List.php
Add link before the target link in the linked list
Structure_Linked_List_Node
Structure_Linked_List_Node in Structure_Linked_List.php
The Structure_Linked_List_Node class represents a node in a Structure_Linked_List linked list structure.
v
top
valid
Structure_Linked_List::valid() in Structure_Linked_List.php
Stub for Iterator interface that simply returns the current node
a c d g k n p r s v _