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