11 explicit UID(
const std::string& uid);
18 const std::string&
str()
const;
23 friend std::ostream&
operator<<(std::ostream& os,
const UID& uid);
26 static const UID BASE;
27 static const size_t MAX_LENGTH;
31 static std::string timestamp();
const std::string & str() const
bool operator!=(const UID &other) const
friend std::ostream & operator<<(std::ostream &os, const UID &uid)
bool operator==(const UID &other) const
static UID generate(uint16_t num=0)
static const UID IMPLEMENTATION_CLASS_UID
Definition: uid.h:8
bool operator<(const UID &other) const