rcolyer.net
RC Lib  Version 202403231100
Classes | Namespaces | Macros
RTime.h File Reference

Provides classes for accessing and working with dates and times. More...

#include "Types.h"
#include "RStr.h"
#include "Data1D.h"
#include <ctime>
#include <winsock2.h>
#include <windows.h>
#include <winbase.h>

Go to the source code of this file.

Classes

class  RC::Time
 Accesses and formats the system date and time, and provides high precision timing. More...
 
class  RC::TimeOfDay
 A class which obeys periodic time-of-day boundaries, and can manage times being within a daily time frame. More...
 

Namespaces

 RC
 

Macros

#define TIMEOFDAY_COMP(OP)
 Creates TimeOfDay comparitors. More...
 

Detailed Description

Provides classes for accessing and working with dates and times.

Macro Definition Documentation

◆ TIMEOFDAY_COMP

#define TIMEOFDAY_COMP (   OP)
Value:
/** \brief True if this TimeOfDay is OP the other. */ \
inline bool operator OP \
(const TimeOfDay& other) const {\
return sec OP other.sec;\
}

Creates TimeOfDay comparitors.

email address
— (c) 2015