inlib  1.2.0
Namespaces | Defines | Typedefs | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/safe_cast File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  inlib
 

manipulations that induces other includes : ///////////


Defines

#define inlib_safe_cast

Typedefs

typedef unsigned short inlib::cid

Functions

template<class FROM , class TO >
TO * inlib::cast (FROM &a_o)
template<class FROM , class TO >
const TO * inlib::cast (const FROM &a_o)
template<class FROM , class TO >
TO * inlib::id_cast (FROM &a_o)
template<class FROM , class TO >
const TO * inlib::id_cast (const FROM &a_o)

Define Documentation

#define inlib_safe_cast

Definition at line 5 of file safe_cast.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines