#include <assembler.h>
Public Member Functions | |
virtual bool | assembly (assembly_c *a)=0 |
virtual | ~assembler_cb (void) |
here we have a callback class, meaning a class that you give as parameter to a function and this function finally calls the method inside this class. I decided to use this approach because inheritance doesn't allow to change the actions to be taken quickly
virtual assembler_cb::~assembler_cb | ( | void | ) | [inline, virtual] |
virtual bool assembler_cb::assembly | ( | assembly_c * | a | ) | [pure virtual] |
Implemented in solveThread_c.
Referenced by assembler_1_c::solution(), and assembler_0_c::solution().