<TypeSequence> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » TypeSequence

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddObjectsAdds objects needed for type comparison, including a <TypeInformation> object that represents a sample, a <TypeInformation> object that represents a rule, and an <int32> that specifies whether or not the compared objects must match exactly ( or if subclasses constitute matches ).
int32ClearClears all this object and resets it to constructor defaults.
int32FailsReturns true if all the sample types match do not match the rule types, where match criteria are established by the match criteria flag.
stringGetSequenceInfoReturns a string that contains human-compatible information about the sample types, rule types, and whether or not the match succeeded or failed.
int32PassesReturns true if all the sample types match all the rule types, where match criteria are established by the match criteria flag.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32PassesIfCountReturns true if the specified number of sample types match the rule types, where match criteria are established by the match criteria flag.