LayoutDeletedEvent

class HPS::LayoutDeletedEvent : public HPS::Event

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this LayoutDeletedEvent.

Returns

A copy of this LayoutDeletedEvent.

inline LayoutDeletedEvent()

The default constructor creates an empty LayoutDeletedEvent object.

inline LayoutDeletedEvent(Event const &in_event)

This constructor converts an Event Object to a LayoutDeletedEvent object.

Parameters

in_event – The Event Object to be converted.

inline LayoutDeletedEvent(Layout const &in_layout)
~LayoutDeletedEvent()

Public Members

Layout layout