Public メソッド | |
link * | getNode () |
bool | equal (iterator_base const &other) const |
void | increment () |
void | decrement () |
Protected メソッド | |
void | setNext (link *next) |
void | setPrev (link *prev) |
Protected 変数 | |
link * | node_ |
フレンド | |
class | lodge_list |
|
|
|
lodge_list.h の 107 行で定義されています。 参照先 gslib::static_container::lodge_list< Value >::iterator_base::node_.
00107 { 00108 BOOST_ASSERT( 0 != node_ ); 00109 return node_; 00110 } |
|
|
lodge_list.h の 96 行で定義されています。 参照先 gslib::static_container::lodge_list< Value >::iterator_base::node_.
00096 { 00097 BOOST_ASSERT( 0 != node_ ); 00098 node_->next = next; 00099 } |
|
lodge_list.h の 100 行で定義されています。 参照先 gslib::static_container::lodge_list< Value >::iterator_base::node_.
00100 { 00101 BOOST_ASSERT( 0 != node_ ); 00102 node_->prev = prev; 00103 } |
|
gslib::static_container::lodge_list< Value >::const_iterator, と gslib::static_container::lodge_list< Value >::iteratorで再定義されています。 lodge_list.h の 104 行で定義されています。 |
|