MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / change

Method change

example/E02-MockGUI.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22struct ProcessGParam : public GParam {
23 CVoid change(const std::string& name, bool isBegin) {
24 if (isBegin) {
25 running_elements_.insert(name);
26 } else {
27 running_elements_.erase(name);
28 }
29 }
30
31 CVoid print() {
32 std::cout << "<";

Callers 2

beginRunMethod · 0.80
finishRunMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected