Alida-C++ 0.1
|
#include <map>
#include <string>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | Alida::ALDDataIO |
Abstract class definition for data I/O providers in Alida. More... | |
Namespaces | |
namespace | Alida |
Defines | |
#define | IMPLEMENT_CLONE(TYPE) ALDDataIO* clone() const { return new TYPE(*this); } |
#define IMPLEMENT_CLONE | ( | TYPE | ) | ALDDataIO* clone() const { return new TYPE(*this); } |
return an instance of this provider
Definition at line 45 of file ALDDataIO.h.