// See uniqueid.cc, uniqueid.S, and uniqueidtest.cc. class UniqueId { private: int i = 0; public: int getUniqueId(); };