Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::util::Date Class Reference
[C++ classes mimicking java.util]

#include <Date.h>

Inheritance diagram for beecrypt::util::Date:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::util::Date:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Date () throw ()
 Date (javalong) throw ()
virtual ~Date ()
virtual bool equals (const Object &) const throw ()
virtual Dateclone () const throw ()
virtual int compareTo (const Date &anotherDate) const throw ()
const Dateoperator= (const Date &) throw ()
bool after (const Date &) const throw ()
bool before (const Date &) const throw ()
javalong getTime () const throw ()
void setTime (javalong) throw ()
const StringtoString () const

Detailed Description


Constructor & Destructor Documentation

beecrypt::util::Date::Date  )  throw ()
 

beecrypt::util::Date::Date javalong   )  throw ()
 

virtual beecrypt::util::Date::~Date  )  [inline, virtual]
 


Member Function Documentation

bool beecrypt::util::Date::after const Date  )  const throw ()
 

bool beecrypt::util::Date::before const Date  )  const throw ()
 

virtual Date* beecrypt::util::Date::clone  )  const throw () [virtual]
 

Implements beecrypt::lang::Cloneable.

virtual int beecrypt::util::Date::compareTo const Date anotherDate  )  const throw () [virtual]
 

Implements beecrypt::lang::Comparable< Date >.

virtual bool beecrypt::util::Date::equals const Object  )  const throw () [virtual]
 

Reimplemented from beecrypt::lang::Object.

javalong beecrypt::util::Date::getTime  )  const throw ()
 

const Date& beecrypt::util::Date::operator= const Date  )  throw ()
 

void beecrypt::util::Date::setTime javalong   )  throw ()
 

const String& beecrypt::util::Date::toString  )  const
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:11:45 2005 for BeeCrypt by  doxygen 1.4.0