|
type | ll_sarray1d |
| Linked list with each node containing sArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_sarray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_iarray1d |
| Linked list with each node containing iArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_iarray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_larray1d |
| Linked list with each node containing lArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_larray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_rarray1d |
| Linked list with each node containing rArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_rarray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_darray1d |
| Linked list with each node containing dArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_darray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_carray1d |
| Linked list with each node containing cArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_carray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
type | ll_zarray1d |
| Linked list with each node containing zArray1D. More...
|
|
interface | new |
| Create a new linked list with 1 node. More...
|
|
interface | new_ll_zarray1d |
| See interface #new More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | nodes |
| Query number of currently stored nodes in the linked list. More...
|
|
interface | size |
| See interface nodes More...
|
|
interface | set_data |
| Overwrite/Set data at an element in the list. More...
|
|
interface | add_node |
| Add a new node to the end of the linked list. More...
|
|
interface | get_data |
| Query data from node in the linked list. More...
|
|
interface | get_node |
| See interface get_data More...
|
|
interface | set_head |
| Set the head of the linked list to the indexed node. More...
|
|
interface | itt_step |
| Itterator Forward iterator for a linked list from the head. More...
|
|
interface | remove_node |
| Remove a specific node from the linked list. More...
|
|
interface | remove_node_data |
| Remove data contained at a specific node. More...
|
|
interface | copy_list |
| Copy a linked list to another linked list. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|