Go to the documentation of this file.
21 #ifndef __Logical_hpp__
22 #define __Logical_hpp__
42 inline static const word YesNo__[4][2] = {{
"Yes",
"No"},{
"on",
"off"},{
"true",
"false"}, {
"Ok",
"No"}};
88 inline explicit operator bool()
const
108 iIstream&
operator>>( iIstream& is, Logical& L);
110 iOstream&
operator<<( iOstream& os,
const Logical& L);
114 #endif // __Logical_hpp__
static bool evaluteWord(const word &l, bool &b, int &yesNoSet)
static const word YesNo__[4][2]
Logical & operator=(const Logical &)=default
bool write(iOstream &os) const
INLINE_FUNCTION iIstream & operator>>(iIstream &str, AB3History &ab3)
INLINE_FUNCTION iOstream & operator<<(iOstream &str, const AB3History &ab3)
Logical & operator=(const bool &b)
Logical operator!() const