ADTF
|
functional pattern to use std find algorithms More...
Public Member Functions | |
cDDLCompareFunctor (const A_UTILS_NS::cString &strPattern) | |
CTR. More... | |
bool | operator() (const T *poEntry) |
Compare function for pattern. More... | |
Public Attributes | |
const A_UTILS_NS::cString & | m_strPattern |
the name of the pattern | |
functional pattern to use std find algorithms
Definition at line 157 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/ddlrepresentation/ddl.h.
|
inline |
CTR.
[in] | strPattern | the name of the pattern |
Definition at line 167 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/ddlrepresentation/ddl.h.
|
inline |
Compare function for pattern.
[in] | poEntry | pointer to the DDL object |
Definition at line 178 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/ddlrepresentation/ddl.h.
References string_base< storageT >::IsEqual(), and cDDLCompareFunctor< T >::m_strPattern.