RedlandIterator Class Reference
| Inherits from | RedlandWrappedObject : NSObject |
| Declared in | RedlandIterator.h RedlandIterator.m |
Overview
A direct wrapper around librdf_iterator.
Implementation of this class is subject to change. Do not use.
Tasks
-
– nextlibrdf_iterator_next.
Note that the return value is the inverse of the underlying C function.
- @return Returns YES if there is a next object.
Instance Methods
next
librdf_iterator_next.
Note that the return value is the inverse of the underlying C function.
- @return Returns YES if there is a next object.
- (BOOL)nextDiscussion
librdf_iterator_next.
Note that the return value is the inverse of the underlying C function.
- @return Returns YES if there is a next object.
Declared In
RedlandIterator.m