#include <nilist.h>
Inheritance diagram for slist_base_iter:


Public Member Functions | |
| slist_base_iter (slist_base &s) | |
| void | set_cur (slink *cur) |
| slink * | get_cur () |
| slink * | get_last () |
| slink * | operator() () |
| int | count () |
Private Attributes | |
| slink * | ce |
| slist_base * | cs |
|
|
Definition at line 117 of file nilist.cc. References ce, cs, and slist_base::last_.
|
|
|
Definition at line 113 of file nilist.h. References slist_base::count(), and cs. Referenced by TcpSessionAgent::newack(), TcpSessionAgent::send_much(), TcpSessionAgent::timeout(), and TcpSessionAgent::who_to_snd().
|
Here is the call graph for this function:

|
|
Reimplemented in Islist_iter< T >, and Islist_iter< IntTcpAgent >. Definition at line 110 of file nilist.h. References ce. Referenced by Islist_iter< IntTcpAgent >::get_cur().
00110 {return ce;}
|
|
|
Reimplemented in Islist_iter< T >, and Islist_iter< IntTcpAgent >. Definition at line 111 of file nilist.h. References cs, and slist_base::last_. Referenced by Islist_iter< IntTcpAgent >::get_last().
|
|
|
Reimplemented in Islist_iter< T >, Slist_iter< T >, and Islist_iter< IntTcpAgent >. Definition at line 124 of file nilist.cc. References ce, cs, slist_base::last_, and slink::next_. Referenced by Islist_iter< IntTcpAgent >::operator()(), and Slist_iter< T >::operator()().
|
|
|
Definition at line 109 of file nilist.h. References ce. Referenced by TcpSessionAgent::who_to_snd().
00109 {ce = cur;}
|
|
|
Definition at line 105 of file nilist.h. Referenced by get_cur(), operator()(), set_cur(), and slist_base_iter(). |
|
|
Definition at line 106 of file nilist.h. Referenced by count(), get_last(), operator()(), and slist_base_iter(). |
1.3.3