sella::variant::Time Class Reference

Inheritance diagram for sella::variant::Time:
sella::variant::Nullable

List of all members.

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

Detailed Description

Definition at line 26 of file Time.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