#include <klflib.h>
Public Member Functions | |
PropertyMatch (int propId=-1, const StringMatch &match=StringMatch()) | |
PropertyMatch (const PropertyMatch &other) | |
int | propertyId () const |
Protected Attributes | |
int | mPropertyId |
Discribes a matching criterion for the value of a property ID. Although not assumed in this definition, property IDs will eventually refer to KLFPropertizedObject property IDs, more specifically KLFLibEntry property IDs.
KLFLib::PropertyMatch::PropertyMatch | ( | int | propId = -1 , |
const StringMatch & | match = StringMatch() |
||
) | [inline] |
KLFLib::PropertyMatch::PropertyMatch | ( | const PropertyMatch & | other | ) | [inline] |
int KLFLib::PropertyMatch::propertyId | ( | ) | const [inline] |
Returns the propery ID set in the constructor.
Definition at line 198 of file klflib.h.
References mPropertyId.
Referenced by make_sql_condition(), operator<<(), and KLFLibResourceSimpleEngine::testEntryMatchConditionImpl().
int KLFLib::PropertyMatch::mPropertyId [protected] |
Definition at line 201 of file klflib.h.
Referenced by propertyId().