inline LCVMdoubly_linked_list_node_base* LCVMdoubly_linked_list_node_base::get_prev() const

return prev link

[more]friend ostream& operator<< (ostream&, const LCVMdoubly_linked_list_node_base&)
for debugging)
[more] LCVMdoubly_linked_list_node_base( LCVMdoubly_linked_list_node_base* = 0, LCVMdoubly_linked_list_node_base* = 0 )
If the links are not given, they are set to null (0).
[more] LCVMdoubly_linked_list_node_base(const LCVMdoubly_linked_list_node_base&)
copy constructor
[more] ~LCVMdoubly_linked_list_node_base()
[more]LCVMdoubly_linked_list_node_base& operator= (const LCVMdoubly_linked_list_node_base&)
assignment operator
[more]LCVMdoubly_linked_list_node_base* get_prev() const
[more]LCVMdoubly_linked_list_node_base* get_next() const
return the prev link
[more]LCVMdoubly_linked_list_node_base& set_prev(LCVMdoubly_linked_list_node_base*)
set the prev link (allow chaining)
[more]LCVMdoubly_linked_list_node_base& set_next(LCVMdoubly_linked_list_node_base*)
set the next link (allow chaining)
oLCVMdoubly_linked_list_node_base* prev_link
oLCVMdoubly_linked_list_node_base* next_link
prev and next links


Documentation

return prev link
ofriend ostream& operator<< (ostream&, const LCVMdoubly_linked_list_node_base&)
for debugging)

o LCVMdoubly_linked_list_node_base( LCVMdoubly_linked_list_node_base* = 0, LCVMdoubly_linked_list_node_base* = 0 )
If the links are not given, they are set to null (0).

o LCVMdoubly_linked_list_node_base(const LCVMdoubly_linked_list_node_base&)
copy constructor

o ~LCVMdoubly_linked_list_node_base()

oLCVMdoubly_linked_list_node_base& operator= (const LCVMdoubly_linked_list_node_base&)
assignment operator

oLCVMdoubly_linked_list_node_base* get_prev() const

oLCVMdoubly_linked_list_node_base* get_next() const
return the prev link

oLCVMdoubly_linked_list_node_base& set_prev(LCVMdoubly_linked_list_node_base*)
set the prev link (allow chaining)

oLCVMdoubly_linked_list_node_base& set_next(LCVMdoubly_linked_list_node_base*)
set the next link (allow chaining)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.