Alida-C++ 0.1

dataio/provider/ALDDataIO.h File Reference

#include <map>
#include <string>
#include <typeinfo>
Include dependency graph for ALDDataIO.h:

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 Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines