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 () |
| Double & | operator= (const Double &other) throw () |
| Double & | operator++ () throw () |
| Double & | operator-- () throw () |
| Double & | operator+= (double value) throw () |
| Double & | operator-= (double value) throw () |
| Double & | operator*= (double value) throw () |
| Double & | operator/= (double value) throw () |
| Double & | operator^= (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 |
Definition at line 28 of file Double.h.
1.6.1