OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
Timestamp Class Reference

#include <OnixS/CME/ConflatedUDP/Time.h>

Public Types

typedef UInt64 Ticks
 
typedef UInt32 Year
 
typedef OnixS::CME::ConflatedUDP::Month::Enum Month
 
typedef UInt32 Day
 
typedef UInt32 Hour
 
typedef UInt32 Minute
 
typedef UInt32 Second
 
typedef UInt32 Millisecond
 
typedef UInt32 Microsecond
 
typedef UInt32 Nanosecond
 

Public Member Functions

 Timestamp (Ticks ticks=0)
 
 Timestamp (Year year, Month month, Day day, Hour hour=0, Minute minute=0, Second second=0, Nanosecond nanosecond=0)
 
Year year () const
 
Month month () const
 
Day day () const
 
Hour hour () const
 
Minute minute () const
 
Second second () const
 
Millisecond millisecond () const
 
Microsecond microsecond () const
 
Nanosecond nanosecond () const
 
Timestamp date () const
 
TimeSpan time () const
 
Ticks sinceEpoch () const
 
void swap (Timestamp &other)
 

Detailed Description

Definition at line 471 of file Time.h.

Member Typedef Documentation

typedef UInt32 Day

Integral type presenting day component.

Definition at line 486 of file Time.h.

typedef UInt32 Hour

Integral type presenting hour component.

Definition at line 489 of file Time.h.

Integral type presenting microsecond component.

Definition at line 501 of file Time.h.

Integral type presenting millisecond component.

Definition at line 498 of file Time.h.

typedef UInt32 Minute

Integral type presenting minute component.

Definition at line 492 of file Time.h.

Type presenting month component.

Definition at line 483 of file Time.h.

typedef UInt32 Nanosecond

Integral type presenting nanosecond component.

Definition at line 504 of file Time.h.

typedef UInt32 Second

Integral type presenting second component.

Definition at line 495 of file Time.h.

typedef UInt64 Ticks

Integral type storing internal ticks.

Definition at line 475 of file Time.h.

typedef UInt32 Year

Integral type presenting year component.

Definition at line 478 of file Time.h.

Constructor & Destructor Documentation

Timestamp ( Ticks  ticks = 0)
inlineexplicit

Initializes from number of ticks since epoch.

Definition at line 508 of file Time.h.

Timestamp ( Year  year,
Month  month,
Day  day,
Hour  hour = 0,
Minute  minute = 0,
Second  second = 0,
Nanosecond  nanosecond = 0 
)
inline

Explicit time-stamp initialization.

Input parameters are validated, therefore constructor throws exception if input values do not fit into their valid ranges.

Definition at line 519 of file Time.h.

Member Function Documentation

Timestamp date ( ) const
inline

Timestamp without a time part.

Definition at line 602 of file Time.h.

Day day ( ) const
inline

Day component of given time point.

Definition at line 556 of file Time.h.

Hour hour ( ) const
inline

Hour component of given time point.

Definition at line 566 of file Time.h.

Microsecond microsecond ( ) const
inline

Microsecond component of given time point.

Definition at line 590 of file Time.h.

Millisecond millisecond ( ) const
inline

Millisecond component of given time point.

Definition at line 584 of file Time.h.

Minute minute ( ) const
inline

Minute component of given time point.

Definition at line 572 of file Time.h.

Month month ( ) const
inline

Month component of given time point.

Definition at line 546 of file Time.h.

Nanosecond nanosecond ( ) const
inline

Nanosecond component of given time point.

Definition at line 596 of file Time.h.

Second second ( ) const
inline

Second component of given time point.

Definition at line 578 of file Time.h.

Ticks sinceEpoch ( ) const
inline

Number of nanoseconds since the Epoch (01-01-1970).

Definition at line 621 of file Time.h.

void swap ( Timestamp other)
inline

Exchanges value with other instance.

Definition at line 628 of file Time.h.

TimeSpan time ( ) const
inline

Time part of timestamp.

Definition at line 612 of file Time.h.

Year year ( ) const
inline

Year component of given time point.

Definition at line 536 of file Time.h.


The documentation for this class was generated from the following file: