Searched defs:tracking_type (Results 1 – 3 of 3) sorted by relevance
154 struct tracking_type { struct155 bool t;156 explicit tracking_type(const bool t_ = false) in tracking_type() argument159 tracking_type(const tracking_type & t_) in tracking_type() argument162 operator bool () const { in operator bool()165 operator bool & () { in operator bool&()168 tracking_type & operator=(const bool t_){ in operator =()172 bool operator==(const tracking_type & rhs) const { in operator ==()175 bool operator==(const bool & rhs) const { in operator ==()178 tracking_type & operator=(const tracking_type & rhs){ in operator =()
27 enum tracking_type enum
397 >::type tracking_type; typedef