Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

timeAndDate_t Class Reference

#include <SimpleTime.h>

List of all members.

Public Methods

 timeAndDate_t ()

Public Attributes

unsigned short year
unsigned short month
unsigned short day
unsigned short hour
unsigned short min
unsigned short sec
unsigned long ns
bool plusInf
bool minusInf


Detailed Description

Simple struct representing calendar time

Definition at line 85 of file SimpleTime.h.


Constructor & Destructor Documentation

timeAndDate_t   [inline]
 

Definition at line 87 of file SimpleTime.h.

References day, hour, min, minusInf, month, ns, plusInf, sec, and year.


Member Data Documentation

unsigned short day
 

Definition at line 96 of file SimpleTime.h.

Referenced by SimpleTime::day, SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

unsigned short hour
 

Definition at line 97 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, SimpleTime::hour, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

unsigned short min
 

Definition at line 98 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, SimpleTime::minute, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

bool minusInf
 

Definition at line 102 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, timeAndDate_t, and SimpleTime::toCalendarTime.

unsigned short month
 

Definition at line 95 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, SimpleTime::month, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

unsigned long ns
 

Definition at line 100 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

bool plusInf
 

Definition at line 101 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, timeAndDate_t, and SimpleTime::toCalendarTime.

unsigned short sec
 

Definition at line 99 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, SimpleTime::second, timeAndDate_t, SimpleTime::toCalendarTime, and SimpleTime::toNetLogger.

unsigned short year
 

Definition at line 94 of file SimpleTime.h.

Referenced by SimpleTime::fromCalendarTime, SimpleTime::fromNetLogger, timeAndDate_t, SimpleTime::toCalendarTime, SimpleTime::toNetLogger, and SimpleTime::year.


The documentation for this class was generated from the following file:
Generated on Tue May 20 14:50:28 2003 for HepUtilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002