#include <hps.h>
Public Member Functions | |
IncludeSegmentImportEvent () | |
virtual | ~IncludeSegmentImportEvent () |
IncludeSegmentImportEvent (HPS::SegmentKey &in_segment_key, HPS::SegmentKey &in_reference_segment_key, HPS::ConditionalExpression &in_conditional, HPS::AttributeLockTypeArray &&in_filter_types) | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
Public Attributes | |
HPS::SegmentKey & | segment_key |
HPS::SegmentKey & | reference_segment_key |
HPS::ConditionalExpression & | condition |
HPS::AttributeLockTypeArray | filter_types |
Private Member Functions | |
IncludeSegmentImportEvent (IncludeSegmentImportEvent const &) | |
IncludeSegmentImportEvent & | operator= (IncludeSegmentImportEvent const &) |
|
private |
HPS::Stream::IncludeSegmentImportEvent::IncludeSegmentImportEvent | ( | ) |
|
virtual |
HPS::Stream::IncludeSegmentImportEvent::IncludeSegmentImportEvent | ( | HPS::SegmentKey & | in_segment_key, |
HPS::SegmentKey & | in_reference_segment_key, | ||
HPS::ConditionalExpression & | in_conditional, | ||
HPS::AttributeLockTypeArray && | in_filter_types | ||
) |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
private |
HPS::ConditionalExpression& HPS::Stream::IncludeSegmentImportEvent::condition |
HPS::AttributeLockTypeArray HPS::Stream::IncludeSegmentImportEvent::filter_types |
HPS::SegmentKey& HPS::Stream::IncludeSegmentImportEvent::reference_segment_key |
HPS::SegmentKey& HPS::Stream::IncludeSegmentImportEvent::segment_key |