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