ACT Library
|
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>
Public Member Functions | |
ActNamespaceiter (ActNamespace *ns) | |
ACTSTDITER (ActNamespaceiter, ActNamespace *) | |
Private Attributes | |
hash_bucket_t * | b |
int | i |
ActNamespace * | top |
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.
ActNamespaceiter::ActNamespaceiter | ( | ActNamespace * | ns | ) |
ActNamespaceiter::ACTSTDITER | ( | ActNamespaceiter | , |
ActNamespace * | |||
) |
|
private |
|
private |
|
private |