HDK
|
Contains information about the style subject match to the style target. More...
#include <STY_TargetMatchStatus.h>
Public Member Functions | |
STY_TargetMatchStatus (bool is_match) | |
Constructor: for fully matched or not matched target test result. More... | |
STY_TargetMatchStatus (bool is_match, const STY_TargetHandle &next_target) | |
Constructor: for partially matched target test result. More... | |
bool | isMatch () const |
bool | isFullMatch () const |
Returns true if the subject fully matched the target. More... | |
const STY_TargetHandle & | getNextTarget () const |
Returns the target that should be tested next. More... | |
Contains information about the style subject match to the style target.
Definition at line 19 of file STY_TargetMatchStatus.h.
|
inline |
Constructor: for fully matched or not matched target test result.
Definition at line 23 of file STY_TargetMatchStatus.h.
|
inline |
Constructor: for partially matched target test result.
Definition at line 28 of file STY_TargetMatchStatus.h.
|
inline |
Returns the target that should be tested next.
Definition at line 44 of file STY_TargetMatchStatus.h.
|
inline |
Returns true if the subject fully matched the target.
Definition at line 40 of file STY_TargetMatchStatus.h.
|
inline |
Returns true if the subject matched the target, whether fully or partially.
Definition at line 36 of file STY_TargetMatchStatus.h.