libjbt

jbt_compound::iter Class Reference

Iterator for the children of this compound object. More...

#include <compound.h>

List of all members.

Public Members


Detailed Description

Iterator for the children of this compound object.

Everything in this class is inlined to make it as fast as possible.


Member Function Documentation

jbt_compound::iter::iter( const jbt_compound* c)

Create a new iterator for the jbt_compound c.

jbt_blobtree* jbt_compound::iter::object()

Return the current object, or 0 if there is none.

jbt_compound::iter::operator bool() const

Convert the iterator to a boolean, it you have iterated past the end of the list, then this returns false.

void jbt_compound::iter::operator ++()

Increment the current pointer.


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