sella::variant::TimeStamp Class Reference

Inheritance diagram for sella::variant::TimeStamp:
sella::variant::Nullable

List of all members.

Public Member Functions

 TimeStamp (const std::string &value) throw (TypeCastException)
 TimeStamp (int64_t value) throw ()
 TimeStamp (const TimeStamp &other) throw ()
bool operator== (const TimeStamp &other) const throw ()
bool operator!= (const TimeStamp &other) const throw ()
bool operator> (const TimeStamp &other) const throw ()
bool operator< (const TimeStamp &other) const throw ()
TimeStampoperator= (const TimeStamp &other) throw ()
TimeStampoperator+= (int64_t value) throw ()
TimeStampoperator-= (int64_t value) throw ()
TimeStampoperator*= (int64_t value) throw ()
TimeStampoperator/= (int64_t value) throw ()
TimeStampoperator^= (int64_t value) throw ()
TimeStampoperator%= (int64_t value) throw ()
TimeStampoperator&= (int64_t value) throw ()
TimeStampoperator|= (int64_t value) throw ()
TimeStampoperator<<= (int64_t value) throw ()
TimeStampoperator>>= (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 = 0x23

Detailed Description

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