API Guides > ConceptRT 3.x

Detailed Description

Macros

#define CONCEPTRT_VER
 Version of ConceptRT More...
 
#define CONCEPTRT_API
 ConceptRT export symbols for dynamic library exportation and importation. More...
 
#define RT_DEPRECATED
 Deprecated attribute to notify deprecated features in source code. More...
 

Macro Definition Documentation

#define CONCEPTRT_API

ConceptRT export symbols for dynamic library exportation and importation.

Contect of use : Before class declaration. Example : class CONCEPTRT_API ParameterEmpty

#define CONCEPTRT_VER

Version of ConceptRT

Example 300 for version 3.0

#define RT_DEPRECATED

Deprecated attribute to notify deprecated features in source code.