#include <hps.h>
Public Member Functions | |
NamedStyleImportEvent () | |
virtual | ~NamedStyleImportEvent () |
NamedStyleImportEvent (HPS::SegmentKey &in_segment_key, const char *in_name, 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::UTF8 | name |
HPS::ConditionalExpression & | condition |
HPS::AttributeLockTypeArray | filter_types |
Private Member Functions | |
NamedStyleImportEvent (NamedStyleImportEvent const &) | |
NamedStyleImportEvent & | operator= (NamedStyleImportEvent const &) |
|
private |
HPS::Stream::NamedStyleImportEvent::NamedStyleImportEvent | ( | ) |
|
virtual |
HPS::Stream::NamedStyleImportEvent::NamedStyleImportEvent | ( | HPS::SegmentKey & | in_segment_key, |
const char * | in_name, | ||
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::NamedStyleImportEvent::condition |
HPS::AttributeLockTypeArray HPS::Stream::NamedStyleImportEvent::filter_types |
HPS::UTF8 HPS::Stream::NamedStyleImportEvent::name |
HPS::SegmentKey& HPS::Stream::NamedStyleImportEvent::segment_key |