HPS::Exchange::CommonMeasurementOperator::MeasurementInsertedEvent

class HPS::Exchange::CommonMeasurementOperator::MeasurementInsertedEvent : public HPS::Event

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this MeasurementInsertedEvent.

Returns

A copy of this MeasurementInsertedEvent.

inline MeasurementInsertedEvent()

The default constructor creates an empty MeasurementInsertedEvent object.

inline MeasurementInsertedEvent(Event const &in_event)

This constructor converts an Event Object to a MeasurementInsertedEvent object.

Parameters

in_event – The Event Object to be converted.

inline MeasurementInsertedEvent(HPS::Key const &in_measurement_key, HPS::View const &in_view)
~MeasurementInsertedEvent()

Public Members

Key measurement_key
View view