#include <cstddef>
#include <iostream>
#include <memory>
#include <string>
#include <utility>
#include "counter.hh"
#include <dune/common/typelist.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/common/parameterizedobject.hh>
Go to the source code of this file.
◆ DUNE_REGISTRY_PUT
#define DUNE_REGISTRY_PUT |
( |
|
Tag, |
|
|
|
id, |
|
|
|
... |
|
) |
| |
Value: namespace { \
template<> \
{ \
static auto getCreator() \
{ \
return __VA_ARGS__; \
} \
static std::string name() { return id; } \
}; \
} \
DUNE_INC_COUNTER(Tag)
#define DUNE_GET_COUNTER(Tag)
Definition: counter.hh:15