delphi_cb
|
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 |
interface IDataContainer
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.