g4tools  5.4.0
Namespaces | Macros | Functions
safe_cast File Reference
#include "cid"
Include dependency graph for safe_cast:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_safe_cast
 

Functions

template<class FROM , class TO >
TO * tools::safe_cast (FROM &a_o)
 
template<class FROM , class TO >
const TO * tools::safe_cast (const FROM &a_o)
 
template<class FROM , class TO >
TO * tools::id_cast (FROM &a_o)
 
template<class FROM , class TO >
const TO * tools::id_cast (const FROM &a_o)
 

Macro Definition Documentation

◆ tools_safe_cast

#define tools_safe_cast

Definition at line 5 of file safe_cast.