#include <GaSatSolver.h>


Definition at line 45 of file GaSatSolver.h.
Public Member Functions | |
| GaSatItem (const GABinaryString &bs) | |
| virtual | ~GaSatItem () |
| virtual int | getLength () const |
| |
| virtual bool | getBit (int) const |
| |
| virtual GaSatItem * | clone () const |
| |
Classes | |
| struct | Private |
| GaSatItem | ( | const GABinaryString & | bs | ) |
| bs | Reference to GABinaryString to read data from. |
Definition at line 43 of file GaSatSolver.cpp.
References GaSatItem::Private::bs.
Referenced by GaSatItem::clone().
| ~GaSatItem | ( | ) | [virtual] |
Definition at line 48 of file GaSatSolver.cpp.
| int getLength | ( | ) | const [virtual] |
Implements ISatItem.
Definition at line 51 of file GaSatSolver.cpp.
References GaSatItem::Private::bs.
| bool getBit | ( | int | index | ) | const [virtual] |
| index | Index value has to be in range <0, getLength()-1>. |
Implements ISatItem.
Definition at line 54 of file GaSatSolver.cpp.
References GaSatItem::Private::bs.
| GaSatItem * clone | ( | ) | const [virtual] |
Implements ISatItem.
Definition at line 57 of file GaSatSolver.cpp.
References GaSatItem::Private::bs, and GaSatItem::GaSatItem().
1.5.4