This HTML document was auto-generated from DriverFilter.h
/***************************************************************** Interface: DriverFilter Desc: This interface allows use of the Subscriber or Publisher filter Notes: *****************************************************************/Method: DriverFilter::passClass
//========================================================================= // Method: passClass // Desc: return non-zero if the passed class is in the filter // // Notes: //========================================================================= C++ Signature int DriverFilter::passClass( const unicode * className //name of class to test );Method: DriverFilter::getClassFilter
//========================================================================= // Method: getClassFilter // Desc: return the ClassFilter for the passed class // // Notes: //========================================================================= C++ Signature ClassFilter * DriverFilter::getClassFilter( const unicode * className //name of class for which to get ClassFilter );
/***************************************************************** Interface: ClassFilter Desc: This interface allows use of the Subscriber or Publisher filter Notes: *****************************************************************/Method: ClassFilter::passAttribute
//========================================================================= // Method: passAttribute // Desc: return non-zero if the passed attribute is in the class filter // // Notes: //========================================================================= C++ Signature int ClassFilter::passAttribute( const unicode * attrName //name of attribute to test );