Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions | Variables
tribool.h File Reference

Go to the source code of this file.

Classes

struct  orxonox::dontcare_keyword_t
 INTERNAL ONLY The type of the 'dontcare' keyword. More...
 
class  orxonox::tribool
 A 3-state boolean type. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

constexpr bool orxonox::operator!= (bool x, tribool y)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
constexpr bool orxonox::operator!= (dontcare_keyword_t, tribool x)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
constexpr bool orxonox::operator== (bool x, tribool y)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
constexpr bool orxonox::operator== (dontcare_keyword_t, tribool x)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Variables

constexpr dontcare_keyword_t orxonox::dontcare = dontcare_keyword_t()
 Keyword for the dontcare tribool value. More...