Searched defs:SmartID (Results 1 – 1 of 1) sorted by relevance
76 SmartID() : id(999), operate_signal_point(nullptr) {} in SmartID() function77 SmartID(std::size_t* sp) : id(999), operate_signal_point(sp) {} in SmartID() function79 SmartID(const IDType& n) : id(n), operate_signal_point(nullptr) {} in SmartID() function80 SmartID(const IDType& n, std::size_t* sp) : id(n), operate_signal_point(sp) {} in SmartID() function