Version: 3.0.4
variant.h File Reference

Classes

class  wxVariant
 
class  wxVariantData
 

Macros

#define wxGetVariantCast(var, classname)
 This macro returns a pointer to the data stored in var (wxVariant) cast to the type classname if the data is of this type (the check is done during the run-time) or NULL otherwise. More...
 

Macro Definition Documentation

◆ wxGetVariantCast

#define wxGetVariantCast (   var,
  classname 
)

This macro returns a pointer to the data stored in var (wxVariant) cast to the type classname if the data is of this type (the check is done during the run-time) or NULL otherwise.

Include file:

#include <wx/variant.h> 
See also
Runtime Type Information (RTTI), wxDynamicCast()