Alida-C++ 0.5

dataio/provider/provider.h File Reference

#include <map>
#include <string>
#include <typeinfo>
Include dependency graph for provider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Alida::Provider

Namespaces

namespace  Alida

Defines

#define IMPLEMENT_CLONE(TYPE)   Provider* clone() const { return new TYPE(*this); }

Define Documentation

#define IMPLEMENT_CLONE (   TYPE)    Provider* clone() const { return new TYPE(*this); }

return an instance of this provider

Definition at line 45 of file provider.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines