64 std::cout << i << std::endl;
Interface for the binary reflected Gray code generator CBinaryGrayCode.
size_t m_nBit[MAXINPUTS+3]
Current code word.
virtual size_t Next()
Get next code word.
virtual void Initialize()
Get first code word.
size_t m_nStack[MAXINPUTS+3]
Stack to remove recursion.
static size_t m_nWidth
Comparator network width.