ACT Library
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ActConniter Class Reference

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>

Inheritance diagram for ActConniter:

Public Member Functions

 ActConniter (act_connection *s)
 
 ACTSTDITER (ActConniter, act_connection *)
 

Private Attributes

act_connectionstart
 
act_connectioncur
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ActConniter()

ActConniter::ActConniter ( act_connection s)

Member Function Documentation

◆ ACTSTDITER()

ActConniter::ACTSTDITER ( ActConniter  ,
act_connection  
)

Member Data Documentation

◆ cur

act_connection* ActConniter::cur
private

◆ start

act_connection* ActConniter::start
private

The documentation for this class was generated from the following file: