assembler_cb Class Reference

The callback class used to return found assemblies to the caller. More...

#include <assembler.h>

Inheritance diagram for assembler_cb:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool assembly (assembly_c *a)=0
virtual ~assembler_cb (void)


Detailed Description

The callback class used to return found assemblies to the caller.

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


Constructor & Destructor Documentation

virtual assembler_cb::~assembler_cb ( void   )  [inline, virtual]


Member Function Documentation

virtual bool assembler_cb::assembly ( assembly_c a  )  [pure virtual]


The documentation for this class was generated from the following file:

Generated on Sun Oct 10 10:02:43 2010 for BurrTools by  doxygen 1.5.8