46 "No copy constructor for ApproximationSchemeListener");
57 "No copy constructor for ApproximationSchemeListener");
gum::ApproximationSchemeListener header file.
virtual void whenStop(const void *src, const std::string message)=0
When it stops.
gum is the global namespace for all aGrUM entities
virtual ~ApproximationSchemeListener()
Class destructor.
ApproximationSchemeListener(IApproximationSchemeConfiguration &sch)
Class constructor.
#define GUM_CONNECT(sender, signal, receiver, target)
IApproximationSchemeConfiguration & __sch
The scheme configuration.
virtual void whenProgress(const void *src, const Size step, const double error, const double time)=0
When progress was made.
#define GUM_ERROR(type, msg)
ApproximationSchemeListener & operator=(const ApproximationSchemeListener &other)
Copy operator.
The ApproximationSchemeListener class.