MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / set

Method set

generics/Mixins.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 string value;
30public:
31 void set(string val) { value = val; }
32 string get() { return value; }
33};
34

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected