delphi_cb
|
interface IAbstractModule More...
Go to the source code of this file.
Classes | |
class | IAbstractModule |
interface IAbstractModule
This file declares the interface IAbstractModule, the base class for classes such as CDelphiSolver. Direct realizing an object of this base class is forbidden, but a point to this class can be used to point to an instance of its derived class via polymorphism to provide unified access to various classes.