|
BDE 4.39.x Production Release
|
#include <s_baltst_basicschemautil.h>
This function-object class provides a function-call operator that determines whether or not an object is an annotation element.
Public Member Functions | |
| BasicSchemaUtil_IsAnnotationPredicate () | |
| template<class ELEMENT_CHOICE_TYPE > | |
| bool | operator() (const ELEMENT_CHOICE_TYPE &element) const |
| s_baltst::BasicSchemaUtil_IsAnnotationPredicate::BasicSchemaUtil_IsAnnotationPredicate | ( | ) |
Create a BasicSchemaUtil_IsAnnotationPredicate object.
| 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.
ELEMENT_CHOICE_TYPE parameter is one of the "Choice"-suffixed types provided by s_baltst::BasicSchema.