ReactOS 0.4.15-dev-7942-gd23573b
TypeCheck< CLASS > Struct Template Reference

dynamic casting of Window pointers More...

#include <window.h>

Static Public Member Functions

static CLASS * dyn_cast (Window *wnd)
 

Detailed Description

template<typename CLASS>
struct TypeCheck< CLASS >

dynamic casting of Window pointers

Definition at line 160 of file window.h.

Member Function Documentation

◆ dyn_cast()

template<typename CLASS >
static CLASS * TypeCheck< CLASS >::dyn_cast ( Window wnd)
inlinestatic

Definition at line 162 of file window.h.

163 {return dynamic_cast<CLASS*>(wnd);}

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