11 #ifndef __STY_TargetMatchStatus__
12 #define __STY_TargetMatchStatus__
24 : myIsMatch( is_match )
30 : myIsMatch( is_match )
31 , myNextTarget( next_target )
41 {
return myIsMatch && !myNextTarget; }
45 {
return myNextTarget; }
Contains information about the style subject match to the style target.
bool isFullMatch() const
Returns true if the subject fully matched the target.
STY_TargetMatchStatus(bool is_match, const STY_TargetHandle &next_target)
Constructor: for partially matched target test result.
STY_TargetMatchStatus(bool is_match)
Constructor: for fully matched or not matched target test result.
const STY_TargetHandle & getNextTarget() const
Returns the target that should be tested next.