8#include <boost/python/class.hpp>
17#define EXPORT_MANDATORYVALIDATOR(ElementType, prefix) \
18 class_<MandatoryValidator<ElementType>, bases<IValidator>, boost::noncopyable>(#prefix "MandatoryValidator");
#define EXPORT_MANDATORYVALIDATOR(ElementType, prefix)
A macro for generating exports for each type.
void export_MandatoryValidator()
IValidator is the basic interface for all validators for properties.
Validator to check that a property is not left empty.