TimestampProvider Class

Definition

Line 524 of System.Base/Time.cm

Constructors & Destructor

static nothrow TimestampProvider()
private nothrow TimestampProvider()

Member Functions

public nothrow Timestamp GetCurrentTimestamp()
public static nothrow TimestampProvider& Instance()
private nothrow void Reset()

Member Variables

private static UniquePtr<TimestampProvider> instance
private DateTime startDateTime
private TimePoint startTimePoint

Constructor& Destructor Details

TimestampProvider Static Constructor

static nothrow TimestampProvider()

Definition
Line 526 of System.Base/Time.cm


TimestampProvider Constructor

private nothrow TimestampProvider()

Definition
Line 533 of System.Base/Time.cm


Member Function Details

GetCurrentTimestamp Member Function

public nothrow Timestamp GetCurrentTimestamp()

Definition
Line 537 of System.Base/Time.cm


Instance Static Member Function

public static nothrow TimestampProvider& Instance()

Definition
Line 529 of System.Base/Time.cm


Reset Member Function

private nothrow void Reset()

Definition
Line 557 of System.Base/Time.cm