Orxonox  0.0.5 Codename: Arcturus
Static Public Member Functions | List of all members
orxonox::ConverterFallback< FromType *, ToType * > Struct Template Reference

If all else fails, try a dynamic_cast for pointer types. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/Convert.h>

Static Public Member Functions

static ORX_FORCEINLINE bool convert (ToType **output, FromType *const input)
 

Detailed Description

template<class FromType, class ToType>
struct orxonox::ConverterFallback< FromType *, ToType * >

If all else fails, try a dynamic_cast for pointer types.

Member Function Documentation

template<class FromType , class ToType >
static ORX_FORCEINLINE bool orxonox::ConverterFallback< FromType *, ToType * >::convert ( ToType **  output,
FromType *const  input 
)
inlinestatic

The documentation for this struct was generated from the following file: