~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_map_iterator.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_TABLE_MAP_ITERATOR_H
21
21
#define DRIZZLED_TABLE_MAP_ITERATOR_H
22
22
 
23
 
#include CSTDINT_H
 
23
#include <stdint.h>
24
24
 
25
25
/* An iterator to quickly walk over bits in unint64_t bitmap. */
26
26
class Table_map_iterator