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

interface IDataContainer More...

#include <iostream>
#include <string.h>
#include <vector>
#include <map>
#include <boost/any.hpp>
#include "environment.h"
#include "../io/io_datatype.h"
#include "interface_exceptions.h"

Go to the source code of this file.

Classes

class  IDataContainer
 

Typedefs

typedef map< string, boost::any > DataMap
 

Detailed Description

interface IDataContainer

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

This file declares the interface IDataContainer, the base class for classes such as CDelphiData. 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 data containers.