BDE 4.14.0 Production release
Loading...
Searching...
No Matches
s_baltst::BasicSchemaUtil_IsAnnotationPredicate Class Reference

#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
 

Detailed Description

This function-object class provides a function-call operator that determines whether or not an object is an annotation element.

See s_baltst_basicschemautil

Constructor & Destructor Documentation

◆ BasicSchemaUtil_IsAnnotationPredicate()

s_baltst::BasicSchemaUtil_IsAnnotationPredicate::BasicSchemaUtil_IsAnnotationPredicate ( )

Member Function Documentation

◆ operator()()

template<class ELEMENT_CHOICE_TYPE >
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.


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