LisaacTM Platform

LINKED_XOR_NODE


To implement LINKED_XOR_LIST(V).
Inherit/Insert Summary
parent_any_two_way_linked_list_node No developed.
 
Constructor Summary
create previous next
 
Slot Summary
item
link
make previous next
set_item
next
previous
set_link and
 

Inherit/Insert Detail

parent_any_two_way_linked_list_node

.../base/collection/low_level/linked_xor_node.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_any_two_way_linked_list_node : ANY_TWO_WAY_LINKED_LIST_NODE

Constructor Detail

create previous next

.../base/collection/low_level/linked_xor_node.li line #22

Section:
LINKED_XOR_LIST

Profile:
- SelfSELFcreate   i : V  previous   p : SELF  next   n : SELFSELF

Detail slot

item

.../base/collection/low_level/linked_xor_node.li line #16

Section:
Public

Profile:
+ SelfSELFitem : V

link

.../base/collection/low_level/linked_xor_node.li line #18

Section:
Public

Profile:
+ SelfSELFlink : POINTER

make previous next

.../base/collection/low_level/linked_xor_node.li line #30

Section:
LINKED_XOR_LIST

Profile:
- SelfSELFmake   i : V  previous   p : SELF  next   n : SELF

set_item

.../base/collection/low_level/linked_xor_node.li line #41

Section:
LINKED_XOR_LIST, LINKED_XOR_NODE

Profile:
- SelfSELFset_item   i : V

next

.../base/collection/low_level/linked_xor_node.li line #49

Section:
LINKED_XOR_LIST, LINKED_XOR_NODE

Profile:
- SelfSELFnext   prev : LINKED_XOR_NODELINKED_XOR_NODE

previous

.../base/collection/low_level/linked_xor_node.li line #54

Section:
LINKED_XOR_LIST, LINKED_XOR_NODE

Profile:
- SelfSELFprevious   nex : LINKED_XOR_NODELINKED_XOR_NODE

set_link and

.../base/collection/low_level/linked_xor_node.li line #59

Section:
LINKED_XOR_LIST, LINKED_XOR_NODE

Profile:
- SelfSELFset_link   p : SELF  and   n : SELF