Go to the documentation of this file.
   16#include "MeVisLabVersion.h" 
   23#define ML_DISALLOW_COPY_AND_ASSIGN(className) \ 
   25  className(const className&) = delete; \ 
   26  className& operator=(const className &) = delete; 
 
   32#define ML_FRIEND_TEST(test_case_name, test_name) \ 
   33  friend class test_case_name##_##test_name##_Test 
 
   43  #define ML_UNIX_ONLY_EXPORT(A) 
   46  #define ML_UNIX_ONLY_EXPORT(A) A 
   54  #define ML_FORCE_INLINE __forceinline 
   56  #define ML_FORCE_INLINE inline