Public Member Functions | |
| Boolean (const std::string &value) throw (TypeCastException) | |
| Boolean (bool value) throw () | |
| Boolean (const Boolean &other) throw () | |
| bool | operator== (const Boolean &other) const throw () |
| bool | operator!= (const Boolean &other) const throw () |
| bool | operator> (const Boolean &other) const throw () |
| bool | operator< (const Boolean &other) const throw () |
| bool | operator! () throw () |
| Boolean & | operator= (const Boolean &other) throw () |
| Boolean & | operator+= (bool value) throw () |
| Boolean & | operator-= (bool value) throw () |
| Boolean & | operator*= (bool value) throw () |
| Boolean & | operator/= (bool value) throw () |
| Boolean & | operator^= (bool value) throw () |
| Boolean & | operator%= (bool value) throw () |
| Boolean & | operator&= (bool value) throw () |
| Boolean & | operator|= (bool value) throw () |
| Boolean & | operator<<= (int bits) throw () |
| Boolean & | operator>>= (int bits) throw () |
| const bool * | getBoolean () const throw (UnsupportedOperatorException) |
| virtual const std::string & | str () const throw () |
Static Public Attributes | |
| static const boost::regex | Pattern |
| static const int | Type = 0x02 |
Definition at line 26 of file Boolean.h.
1.6.1