Public Member Functions | |
| Time (const std::string &value) throw (TypeCastException) | |
| Time (int64_t value) throw () | |
| Time (const Time &other) throw () | |
| bool | operator== (const Time &other) const throw () |
| bool | operator!= (const Time &other) const throw () |
| bool | operator> (const Time &other) const throw () |
| bool | operator< (const Time &other) const throw () |
| Time & | operator= (const Time &other) throw () |
| Time & | operator+= (int64_t value) throw () |
| Time & | operator-= (int64_t value) throw () |
| Time & | operator*= (int64_t value) throw () |
| Time & | operator/= (int64_t value) throw () |
| Time & | operator^= (int64_t value) throw () |
| Time & | operator%= (int64_t value) throw () |
| Time & | operator&= (int64_t value) throw () |
| Time & | operator|= (int64_t value) throw () |
| Time & | operator<<= (int64_t value) throw () |
| Time & | 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 = 0x21 |
Definition at line 26 of file Time.h.
1.6.1