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

interface IDataMarshal More...

#include <iostream>
#include <fstream>
#include <string>
#include "environment.h"
#include "interface_exceptions.h"

Go to the source code of this file.

Classes

class  IDataMarshal
 

Detailed Description

interface IDataMarshal

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

This file declares the interface IDataMarshal, the base class for CDelphiDataMarshal. 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.