MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / ComplicatedFactory

Class ComplicatedFactory

tests/unit/include/bout/test_generic_factory.cxx:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66class ComplicatedFactory
67 : public Factory<BaseComplicated, ComplicatedFactory, const std::string&> {
68public:
69 static constexpr auto type_name = "Complicated";
70 static constexpr auto section_name = "complicated";
71 static constexpr auto option_name = "type";
72 static constexpr auto default_type = "basecomplicated";
73};
74
75namespace {
76ComplicatedFactory::RegisterInFactory<BaseComplicated> registerme3("basecomplicated");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected