EGgcIt_t Struct Reference
[Gray Code Iterator]

#include <eg_gcit.h>


Detailed Description

Structure to store the information relevant to the binary gray code iterator.

Definition at line 50 of file eg_gcit.h.

Data Fields

int changed_pos
 position of the last bit changed
int * focus
 Internal information.
int sz
 Number of bits in the code.
int * tuple
 Current binary tuple being visited.


Field Documentation

int EGgcIt_t::changed_pos
 

position of the last bit changed

Definition at line 53 of file eg_gcit.h.

int* EGgcIt_t::focus
 

Internal information.

Definition at line 55 of file eg_gcit.h.

int EGgcIt_t::sz
 

Number of bits in the code.

Definition at line 52 of file eg_gcit.h.

int* EGgcIt_t::tuple
 

Current binary tuple being visited.

Definition at line 54 of file eg_gcit.h.


The documentation for this struct was generated from the following file:
Generated on Wed Nov 21 09:38:30 2007 for MTgomory by  doxygen 1.4.6