API Search || Global Search
HPS::ComponentIsolateEvent Class Reference

#include <sprk.h>

Inheritance diagram for HPS::ComponentIsolateEvent:
HPS::Event

Public Member Functions

EventClone () const
 
 ComponentIsolateEvent ()
 
 ComponentIsolateEvent (ComponentPath const &in_path, Component::Visibility in_subcomponent_visibility)
 
 ComponentIsolateEvent (Event const &in_event)
 
- Public Member Functions inherited from HPS::Event
virtual bool Drop (Event const *in_that_event) const
 
 Event (intptr_t in_channel=0)
 
virtual intptr_t Freshen () const
 
intptr_t GetChannel () const
 
intptr_t GetClassID () const
 
Time GetTimeStamp () const
 
bool IsConsumable () const
 

Public Attributes

ComponentPath path
 
Component::Visibility subcomponent_visibility
 

Additional Inherited Members

- Public Types inherited from HPS::Event
enum  Status : uint32_t { Status::InProgress, Status::Completed, Status::Failed }
 
- Static Public Member Functions inherited from HPS::Event
static void operator delete (void *in_ptr, size_t in_size) throw ()
 
static void * operator new (size_t in_size)
 
- Protected Attributes inherited from HPS::Event
intptr_t channel
 
bool consumable
 

Detailed Description

The ComponentIsolateEvent class is the event that will be triggered for each isolate call.

Constructor & Destructor Documentation

HPS::ComponentIsolateEvent::ComponentIsolateEvent ( )
inline

The default constructor creates an empty ComponentIsolateEvent object.

HPS::ComponentIsolateEvent::ComponentIsolateEvent ( Event const &  in_event)
inline

This constructor converts an Event Object to a ComponentIsolateEvent object.

Parameters
in_eventThe Event Object to be converted.

Member Function Documentation

Event* HPS::ComponentIsolateEvent::Clone ( ) const
inlinevirtual

Allocates and returns a copy of this ComponentIsolateEvent.

Returns
A copy of this ComponentIsolateEvent.

Implements HPS::Event.


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