sella::variant::Double Class Reference

Inheritance diagram for sella::variant::Double:
sella::variant::Nullable

List of all members.

Public Member Functions

 Double (const std::string &value) throw (TypeCastException)
 Double (double value) throw ()
 Double (const Double &other) throw ()
bool operator== (const Double &other) const throw ()
bool operator!= (const Double &other) const throw ()
bool operator> (const Double &other) const throw ()
bool operator< (const Double &other) const throw ()
bool operator! () throw ()
Doubleoperator= (const Double &other) throw ()
Doubleoperator++ () throw ()
Doubleoperator-- () throw ()
Doubleoperator+= (double value) throw ()
Doubleoperator-= (double value) throw ()
Doubleoperator*= (double value) throw ()
Doubleoperator/= (double value) throw ()
Doubleoperator^= (double value) throw ()
const double * getDouble () const throw (UnsupportedOperatorException)
virtual const std::string & str () const throw ()

Static Public Attributes

static const boost::regex Pattern
static const int Type = 0x05

Detailed Description

Definition at line 28 of file Double.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