8#include <boost/python/class.hpp>
9#include <boost/python/make_constructor.hpp>
10#include <boost/python/return_value_policy.hpp>
21#define EXPORT_PAIRSVALIDATOR(type, prefix) \
22 class_<ArrayOrderedPairsValidator<type>, bases<IValidator>, boost::noncopyable>(#prefix \
23 "ArrayOrderedPairsValidator") \
24 .def("__init__", make_constructor(&createArrayOrderedPairsValidator<type>, default_call_policies()));
void export_ArrayOrderedPairsValidator()
#define EXPORT_PAIRSVALIDATOR(type, prefix)
Kernel/ArrayOrderedPairsValidator.h.
IValidator is the basic interface for all validators for properties.