Mantid
|
Go to the source code of this file.
Macros | |
#define | EXPORT_MANDATORYVALIDATOR(ElementType, prefix) class_<MandatoryValidator<ElementType>, bases<IValidator>, boost::noncopyable>(#prefix "MandatoryValidator"); |
A macro for generating exports for each type. More... | |
Functions | |
void | export_MandatoryValidator () |
#define EXPORT_MANDATORYVALIDATOR | ( | ElementType, | |
prefix | |||
) | class_<MandatoryValidator<ElementType>, bases<IValidator>, boost::noncopyable>(#prefix "MandatoryValidator"); |
A macro for generating exports for each type.
Definition at line 17 of file MandatoryValidator.cpp.
void export_MandatoryValidator | ( | ) |
Definition at line 21 of file MandatoryValidator.cpp.
References EXPORT_MANDATORYVALIDATOR.