sella::variant::Interval Class Reference

Inheritance diagram for sella::variant::Interval:
sella::variant::Nullable

List of all members.

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 ()
Intervaloperator= (const Interval &other) throw ()
Intervaloperator+= (int64_t value) throw ()
Intervaloperator-= (int64_t value) throw ()
Intervaloperator*= (int64_t value) throw ()
Intervaloperator/= (int64_t value) throw ()
Intervaloperator^= (int64_t value) throw ()
Intervaloperator%= (int64_t value) throw ()
Intervaloperator&= (int64_t value) throw ()
Intervaloperator|= (int64_t value) throw ()
Intervaloperator<<= (int64_t value) throw ()
Intervaloperator>>= (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

Detailed Description

Definition at line 26 of file Interval.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1