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