sella::variant::Date Class Reference

Inheritance diagram for sella::variant::Date:
sella::variant::Nullable

List of all members.

Public Member Functions

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

Detailed Description

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