delphi_cb
|
class CDelphiDataMarshal More...
#include <iostream>
#include <string>
#include <vector>
#include <array>
#include <memory>
#include "../interface/interface_datacontainer.h"
#include "../interface/interface_datamarshal.h"
#include "../misc/misc_timer.h"
#include "../io/io.h"
#include "delphi_constants.h"
#include "delphi_exceptions.h"
Go to the source code of this file.
Classes | |
class | CDelphiDataMarshal |
class CDelphiDataMarshal
This file declares the class CDelphiDataMarshal, which inherits from the interface class IDataMarshal. An object of CDelphiDataMarshal defines the variables to be contained in the implemented data container and must be paired with one object of CDelphiData.