43 return _id == other.
_id;
46 bool operator!= (
const ID& other)
const {
47 return _id != other.
_id;
55 ID& operator= (std::string);
58 bool operator< (
const ID& other)
const {
59 return _id < other.
_id;
64 static uint64_t
counter() {
return _counter; }
static void init_counter(uint64_t val)
static PBD::Mutex * counter_lock
bool string_assign(std::string)
static uint64_t counter()
std::ostream & operator<<(std::ostream &ostr, const PBD::ID &)
bool operator==(const ProcessorSelection &a, const ProcessorSelection &b)