ML Reference
MeVis/Foundation/Sources/ML/include/mlCarrierTypes.h File Reference

Compatibility header file - carrier types have been removed. More...

#include "mlInitSystemML.h"

Go to the source code of this file.

Defines

#define MLCarrierForType(TYPE)   TYPE
 Disable all c++ specific things for this c file because it it must fulfill c-api requirements, i.e., it must not use c++.
#define MLCarrierInForType(TYPE)   TYPE

Functions

MLEXPORT void _MLTypeError (const char *errStr, const char *handling)
 Simple function to print errors with mlDebug.

Detailed Description

Compatibility header file - carrier types have been removed.

Author:
Uwe Siems
Date:
2011/11

Definition in file mlCarrierTypes.h.


Define Documentation

#define MLCarrierForType (   TYPE)    TYPE

Disable all c++ specific things for this c file because it it must fulfill c-api requirements, i.e., it must not use c++.

Definition at line 29 of file mlCarrierTypes.h.

#define MLCarrierInForType (   TYPE)    TYPE

Definition at line 30 of file mlCarrierTypes.h.


Function Documentation

MLEXPORT void _MLTypeError ( const char *  errStr,
const char *  handling 
)

Simple function to print errors with mlDebug.

We do not want to include mlDebug here. So we do it in c++ file. Only for internal use.