qxLib
Static Public Member Functions | List of all members
qx::singleton_traits< T > Struct Template Reference

#include <singleton.h>

Static Public Member Functions

static void on_constructed (T &instance)
 Called when singleton constructed. More...
 
static void on_getter (T &instance)
 Called when singleton proceeds getter. More...
 
static void on_destructed (T &instance)
 Called before singleton destructed. More...
 

Detailed Description

template<class T>
struct qx::singleton_traits< T >

Template Parameters
T- singleton class

Definition at line 19 of file singleton.h.

Member Function Documentation

◆ on_constructed()

template<class T >
static void qx::singleton_traits< T >::on_constructed ( T &  instance)
inlinestatic

Called when singleton constructed.

Parameters
instance- singleton instance

Definition at line 25 of file singleton.h.

◆ on_destructed()

template<class T >
static void qx::singleton_traits< T >::on_destructed ( T &  instance)
inlinestatic

Called before singleton destructed.

Parameters
instance- singleton instance

Definition at line 41 of file singleton.h.

◆ on_getter()

template<class T >
static void qx::singleton_traits< T >::on_getter ( T &  instance)
inlinestatic

Called when singleton proceeds getter.

Parameters
instance- singleton instance

Definition at line 33 of file singleton.h.


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