delphi_cb
 All Classes Namespaces Files Functions Variables Macros
interface_abstractmodule.h File Reference

interface IAbstractModule More...

#include <iostream>
#include <memory>
#include "environment.h"
#include "interface_datacontainer.h"

Go to the source code of this file.

Classes

class  IAbstractModule
 

Detailed Description

interface IAbstractModule

Author
Chuan Li, chuan.nosp@m.li@c.nosp@m.lemso.nosp@m.n.ed.nosp@m.u

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.