|
ACT Library
|
This is an iterator that, when passed an act_connection pointer, allows you to iterate through all the connections made to this particular connection pointer. More...
#include <iter.h>
Public Member Functions | |
| ActConniter (act_connection *s) | |
| ACTSTDITER (ActConniter, act_connection *) | |
Private Attributes | |
| act_connection * | start |
| act_connection * | cur |
This is an iterator that, when passed an act_connection pointer, allows you to iterate through all the connections made to this particular connection pointer.
The iterator returns an act_connection pointer corresponding to the connection visited.
| ActConniter::ActConniter | ( | act_connection * | s | ) |
| ActConniter::ACTSTDITER | ( | ActConniter | , |
| act_connection * | |||
| ) |
|
private |
|
private |