HPS::LayoutDetachedEvent

class HPS::LayoutDetachedEvent : public HPS::Event

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this LayoutDetachedEvent.

Returns

A copy of this LayoutDetachedEvent.

inline LayoutDetachedEvent()

The default constructor creates an empty LayoutDetachedEvent object.

inline LayoutDetachedEvent(Event const &in_event)

This constructor converts an Event Object to a LayoutDetachedEvent object.

Parameters

in_event – The Event Object to be converted.