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 | |
| #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
| varInt | The int value. | 
| 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.
| line | The current source file location. |