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

This is an iterator that, when passed an ActNamespace pointer, allows you to iterate through nested namespaces within the specified namespace. More...

#include <iter.h>

Inheritance diagram for ActNamespaceiter:

Public Member Functions

 ActNamespaceiter (ActNamespace *ns)
 
 ACTSTDITER (ActNamespaceiter, ActNamespace *)
 

Private Attributes

hash_bucket_t * b
 
int i
 
ActNamespacetop
 

Detailed Description

This is an iterator that, when passed an ActNamespace pointer, allows you to iterate through nested namespaces within the specified namespace.

The iterator returns an ActNamespace pointer corresponding to the subnamespace.

Constructor & Destructor Documentation

◆ ActNamespaceiter()

ActNamespaceiter::ActNamespaceiter ( ActNamespace ns)

Member Function Documentation

◆ ACTSTDITER()

ActNamespaceiter::ACTSTDITER ( ActNamespaceiter  ,
ActNamespace  
)

Member Data Documentation

◆ b

hash_bucket_t* ActNamespaceiter::b
private

◆ i

int ActNamespaceiter::i
private

◆ top

ActNamespace* ActNamespaceiter::top
private

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