Searched defs:tri_state (Results 1 – 1 of 1) sorted by relevance
39 struct tri_state { struct40 enum state_enum {44 } m_state;46 operator bool (){ in operator bool()51 tri_state & operator=(bool rhs) { in operator =()55 tri_state(bool rhs) : in tri_state() argument58 tri_state(state_enum state) : in tri_state() function61 bool operator==(const tri_state & rhs) const { in operator ==()64 bool operator!=(const tri_state & rhs) const { in operator !=()