- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::ImplicitCast< Child, Base > Class Template Reference

#include <uobjectslot.hpp>

List of all members.

Public Types

enum  { Exists = sizeof(internal::canCastTo<Base>(static_cast<Child*>(0))) == sizeof(internal::Yes) ? 1 : 0 }


Detailed Description

template<class Child, class Base>
class ufo::ImplicitCast< Child, Base >

This template checks whether Child can implicitely be casted to Base.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt