libjbt

jbt_query::iter Class Reference

Iteration over the child queries of a jbt_query. More...

#include <query.h>

List of all members.

Public Members


Detailed Description

Iteration over the child queries of a jbt_query.


Member Function Documentation

jbt_query::iter::iter( jbt_query* q )

Construct a new iter object setting the current object to the first in the jbt_query.

jbt_query* jbt_query::iter::child()

Return the current child query.

void jbt_query::iter::operator++()

Move the current to the next child query.

jbt_query::iter::operator bool()

Indicates the validity, true if there is a current child.


The documentation for this class was generated from the following file:
JSP / libjbt v0.1 mtigges@cpsc.ucalgary.ca