Mantid
Loading...
Searching...
No Matches
Macros | Functions
MandatoryValidator.cpp File Reference
#include "MantidKernel/MandatoryValidator.h"
#include <boost/python/class.hpp>
#include <string>

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 ()
 

Macro Definition Documentation

◆ 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.

Function Documentation

◆ export_MandatoryValidator()

void export_MandatoryValidator ( )

Definition at line 21 of file MandatoryValidator.cpp.

References EXPORT_MANDATORYVALIDATOR.