MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / MakeInstrument

Method MakeInstrument

Source/InstrumentTypeImpl.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template<typename Inst, typename IOT, typename CompileT, inst_type_t ID>
41std::unique_ptr<CInstrument> CInstrumentTypeImpl<Inst, IOT, CompileT, ID>::MakeInstrument() const {
42 return std::make_unique<Inst>();
43}
44
45template<typename Inst, typename IOT, typename CompileT, inst_type_t ID>
46std::unique_ptr<CInstrumentIO> CInstrumentTypeImpl<Inst, IOT, CompileT, ID>::GetInstrumentIO(module_error_level_t err_lv) const {

Callers 1

MakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected