aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/MCOIndexSet.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-06 23:38:30 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-06 23:38:30 -0700
commit86707e3713ecfebdc518406ea0f67767432922c6 (patch)
treee22944544a131c005d8ab24e94f684abd18be622 /src/objc/utils/MCOIndexSet.h
parent906bc8418a8b0f3b86b24cf017598078fa508206 (diff)
Added index eunumerator to MCOIndexSet.
Diffstat (limited to 'src/objc/utils/MCOIndexSet.h')
-rw-r--r--src/objc/utils/MCOIndexSet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objc/utils/MCOIndexSet.h b/src/objc/utils/MCOIndexSet.h
index 5f02935d..1ecf8c9a 100644
--- a/src/objc/utils/MCOIndexSet.h
+++ b/src/objc/utils/MCOIndexSet.h
@@ -54,6 +54,9 @@
// Returns the number of ranges in this index set.
- (unsigned int) rangesCount;
+// Enumerates all the indexes of the index set.
+- (void) enumerateIndexes:(void (^)(uint64_t idx))block;
+
@end
#endif