MCPcopy Create free account
hub / github.com/comaps/comaps / GenerateCustom

Method GenerateCustom

generator/raw_generator.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator)
136{
137 m_translators->Append(translator);
138}
139
140void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator,
141 std::shared_ptr<FinalProcessorIntermediateMwmInterface> const & finalProcessor)

Callers 2

TestMethod · 0.80

Calls 2

AppendMethod · 0.45
emplaceMethod · 0.45

Tested by 1

TestMethod · 0.64