|
dune-istl 2.12-git
|
Loading...
Searching...
No Matches
registry.hh File Reference
#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.
Namespaces | |
| namespace | Dune |
Macros | |
| #define | DUNE_REGISTRY_PUT(Tag, id, ...) |
Macro Definition Documentation
◆ DUNE_REGISTRY_PUT
| #define DUNE_REGISTRY_PUT | ( | Tag, | |
| id, | |||
| ... | |||
| ) |
Value:
namespace { \
template<> \
struct Registry<Tag, DUNE_GET_COUNTER(Tag)> \
{ \
static auto getCreator() \
{ \
return __VA_ARGS__; \
} \
}; \
} \
DUNE_INC_COUNTER(Tag)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8