#include <GaSatSolver.h>
There is no deep copy, no dynamic memory management!!!
Definition at line 67 of file GaSatSolver.h.
Public Member Functions | |
SatItemGalibAdatper (const GABinaryString &bs) | |
virtual | ~SatItemGalibAdatper () |
virtual int | getLength () const |
| |
virtual bool | getBit (int) const |
| |
virtual SatItemGalibAdatper * | clone () const |
|
SatItemGalibAdatper | ( | const GABinaryString & | bs | ) |
bs | Reference to GABinaryString to represent. |
Definition at line 63 of file GaSatSolver.cpp.
Referenced by SatItemGalibAdatper::clone().
~SatItemGalibAdatper | ( | ) | [virtual] |
Definition at line 67 of file GaSatSolver.cpp.
int getLength | ( | ) | const [virtual] |
Implements ISatItem.
Definition at line 68 of file GaSatSolver.cpp.
bool getBit | ( | int | index | ) | const [virtual] |
index | Index value has to be in range <0, getLength()-1>. |
Implements ISatItem.
Definition at line 71 of file GaSatSolver.cpp.
SatItemGalibAdatper * clone | ( | ) | const [virtual] |
Implements ISatItem.
Definition at line 75 of file GaSatSolver.cpp.
References SatItemGalibAdatper::SatItemGalibAdatper().