Alida-C++ 0.5
|
#include <map>
#include <string>
#include <typeinfo>
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 IMPLEMENT_CLONE | ( | TYPE | ) | Provider* clone() const { return new TYPE(*this); } |
return an instance of this provider
Definition at line 45 of file provider.h.