OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/private/defs.h>
#include <owl/date.h>
#include <time.h>
#include <owl/private/strmdefs.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::TTime |
The TTime class encapsulates time functions and characteristics. More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Typedefs | |
typedef unsigned | owl::HourTy |
typedef unsigned | owl::MinuteTy |
typedef unsigned | owl::SecondTy |
typedef unsigned long | owl::ClockTy |
Functions | |
TTime | owl::operator+ (const TTime &t, long s) |
Adds s seconds to time t. | |
TTime | owl::operator+ (long s, const TTime &t) |
Adds s seconds to time t. | |
TTime | owl::operator- (const TTime &t, long s) |
Performs subtraction, in seconds, between s and t. | |
TTime | owl::operator- (long s, const TTime &t) |
Performs subtraction, in seconds, between s and t. | |
unsigned | owl::HashValue (TTime &t) |