HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
STY_TargetMatchStatus Class Reference

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_TargetHandlegetNextTarget () const
 Returns the target that should be tested next. More...
 

Detailed Description

Contains information about the style subject match to the style target.

Definition at line 19 of file STY_TargetMatchStatus.h.

Constructor & Destructor Documentation

STY_TargetMatchStatus::STY_TargetMatchStatus ( bool  is_match)
inline

Constructor: for fully matched or not matched target test result.

Definition at line 23 of file STY_TargetMatchStatus.h.

STY_TargetMatchStatus::STY_TargetMatchStatus ( bool  is_match,
const STY_TargetHandle next_target 
)
inline

Constructor: for partially matched target test result.

Definition at line 28 of file STY_TargetMatchStatus.h.

Member Function Documentation

const STY_TargetHandle& STY_TargetMatchStatus::getNextTarget ( ) const
inline

Returns the target that should be tested next.

Definition at line 44 of file STY_TargetMatchStatus.h.

bool STY_TargetMatchStatus::isFullMatch ( ) const
inline

Returns true if the subject fully matched the target.

Definition at line 40 of file STY_TargetMatchStatus.h.

bool STY_TargetMatchStatus::isMatch ( ) const
inline

Returns true if the subject matched the target, whether fully or partially.

Definition at line 36 of file STY_TargetMatchStatus.h.


The documentation for this class was generated from the following file: