sella::variant::Boolean Class Reference

Inheritance diagram for sella::variant::Boolean:
sella::variant::Nullable

List of all members.

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 ()
Booleanoperator= (const Boolean &other) throw ()
Booleanoperator+= (bool value) throw ()
Booleanoperator-= (bool value) throw ()
Booleanoperator*= (bool value) throw ()
Booleanoperator/= (bool value) throw ()
Booleanoperator^= (bool value) throw ()
Booleanoperator%= (bool value) throw ()
Booleanoperator&= (bool value) throw ()
Booleanoperator|= (bool value) throw ()
Booleanoperator<<= (int bits) throw ()
Booleanoperator>>= (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

Detailed Description

Definition at line 26 of file Boolean.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1