libSBML C++ API  5.20.2
Callback Class Reference

Detailed Description

Public Member Functions

virtual int process (SBMLDocument *doc)
 The processing function to be implemented by the callback. More...
 
virtual ~Callback ()
 

Constructor & Destructor Documentation

◆ ~Callback()

Callback::~Callback ( )
virtual

Member Function Documentation

◆ process()

int Callback::process ( SBMLDocument doc)
virtual

The processing function to be implemented by the callback.

In order to stop processing return a value other than LIBSBML_OPERATION_SUCCESS.

Returns
LIBSBML_OPERATION_SUCCESS to continue the operations any other value to stop