NEOCCA bindings Specification
0.2.8
|
class to encapsulate a generated driver. More...
#include <NeoMain.hh>
Public Member Functions | |
virtual | ~NeoMain () |
virtual void | driverBody (neo::cca::AbstractFramework *af)=0 |
class to encapsulate a generated driver.
One of the ccaffeine framework constructors will take one of these as an argument.
This hides the details of extracting an abstract framework pointer from ccaffeine.
virtual NeoMain::~NeoMain | ( | ) | [inline, virtual] |
{}
virtual void NeoMain::driverBody | ( | neo::cca::AbstractFramework * | af | ) | [pure virtual] |