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

Method getStamp

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

Source from the content-addressed store, hash-verified

12public:
13 TimeStamped() { timeStamp = time(0); }
14 long getStamp() { return timeStamp; }
15};
16
17template<class T> class SerialNumbered : public T {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected