#include <bits16.h>
List of all members.
Detailed Description
Definition at line 25 of file bits16.h.
Constructor & Destructor Documentation
Member Function Documentation
Definition at line 56 of file bits16.h.
{
return (val >> bit_num) & 01;
};
Definition at line 47 of file bits16.h.
{
if (value)
val = val | 01 << bit_num;
else
val = val & ~(01 << bit_num);
};
Member Data Documentation
The documentation for this class was generated from the following files:
- /usr/local/google/home/jbreiden/tesseract-ocr-read-only/ccutil/bits16.h
- /usr/local/google/home/jbreiden/tesseract-ocr-read-only/ccutil/bits16.cpp