API Guides > ConceptRT 3.x

Detailed Description

Classes

class  is_base_of< B, D >
 Helper to find out if a class inherite from another. More...
 

Macros

#define INT_TO_VOID(varInt)
 Conversion from int to void depending on the int size (32 bits or 64 bits). More...
 

Functions

String FormatSourceFileLine (PCChar8 line)
 Function used to simplify the CURRENT_SOURCE_FILE_LOCATION used in different macros such as THROW_RT_EXCEPTION to format the throwline of an exception. More...
 

Modules

 Quote symbol macro
 
 is_of_compatible_type
 

Macro Definition Documentation

#define INT_TO_VOID (   varInt)

Conversion from int to void depending on the int size (32 bits or 64 bits).

String expand macro rt_xstr

Parameters
varIntThe int value.

Function Documentation

String FormatSourceFileLine ( PCChar8  line)

Function used to simplify the CURRENT_SOURCE_FILE_LOCATION used in different macros such as THROW_RT_EXCEPTION to format the throwline of an exception.

It is expected to simplify the file path.

Parameters
lineThe current source file location.
Returns
The formated line.
Version
3.3 or greater feature.