#include <window.h>
Public Member Functions | |
| T & | get_static_instance () |
| virtual bool | instance_create (service_ptr_t< service_base > &p_out) |
Private Attributes | |
|
service_impl_single_t< window_implementation< T, true > > | g_instance |
static window_factory_single< my_window > foo_extension2;
my_window can be accessed as foo_extension2.get_static_instance().
1.4.6-NO