|
BDE 4.14.0 Production release
|
#include <s_baltst_basicschemautil.h>
Public Member Functions | |
| BasicSchemaUtil_IsAnnotationPredicate () | |
Create a BasicSchemaUtil_IsAnnotationPredicate object. | |
| template<class ELEMENT_CHOICE_TYPE > | |
| bool | operator() (const ELEMENT_CHOICE_TYPE &element) const |
This function-object class provides a function-call operator that determines whether or not an object is an annotation element.
| s_baltst::BasicSchemaUtil_IsAnnotationPredicate::BasicSchemaUtil_IsAnnotationPredicate | ( | ) |
| bool s_baltst::BasicSchemaUtil_IsAnnotationPredicate::operator() | ( | const ELEMENT_CHOICE_TYPE & | element | ) | const |
Return true if the specified element choice is an annotation element, and return false otherwise. The behavior is undefined unless the specified ELEMENT_CHOICE_TYPE parameter is one of the "Choice"-suffixed types provided by s_baltst::BasicSchema.