MCPcopy Create free account
hub / github.com/brummer10/guitarix / setProcessor

Method setProcessor

trunk/src/headers/ParallelThread.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void setProcessor(uint32_t i_) {
105 i = i_;
106 }
107
108 void process() const {
109 return memberFunc[i](instPtr[i]);

Callers 1

computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected