Blackjack Decision Maker
Public Member Functions | List of all members
CallbackLinker Class Referenceabstract

Generic abstract Callback Interface class. More...

#include <CallbackLinker.h>

Inheritance diagram for CallbackLinker:
Collaboration diagram for CallbackLinker:

Public Member Functions

virtual void nextCallback (AcePlaysUtils &callbackData)=0
 Abstract method. More...
 

Detailed Description

Generic abstract Callback Interface class.

Member Function Documentation

◆ nextCallback()

virtual void CallbackLinker::nextCallback ( AcePlaysUtils callbackData)
pure virtual

Abstract method.

Implement method in a Derived class

Parameters
callbackDataan AcePlaysUtils type object to pass all relevant data down the AcePlays pipeline

Implemented in TestCallbackLinker, ToggleLED, StrategyEngine, GamePlay, and DetectCard.


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