Nui
Public Member Functions | List of all members
Nui::OnDestroy Class Reference

#include <on_destroy.hpp>

Inheritance diagram for Nui::OnDestroy:
Inheritance graph
[legend]

Public Member Functions

 OnDestroy (std::function< void()> onDestroy)
 
 OnDestroy (OnDestroy const &)=delete
 
 OnDestroy (OnDestroy &&other)
 
OnDestroyoperator= (OnDestroy const &)=delete
 
OnDestroyoperator= (OnDestroy &&other)
 
 ~OnDestroy ()
 
void trigger ()
 

Constructor & Destructor Documentation

◆ OnDestroy() [1/3]

Nui::OnDestroy::OnDestroy ( std::function< void()>  onDestroy)
inline

◆ OnDestroy() [2/3]

Nui::OnDestroy::OnDestroy ( OnDestroy const &  )
delete

◆ OnDestroy() [3/3]

Nui::OnDestroy::OnDestroy ( OnDestroy &&  other)
inline

◆ ~OnDestroy()

Nui::OnDestroy::~OnDestroy ( )
inline

Member Function Documentation

◆ operator=() [1/2]

OnDestroy& Nui::OnDestroy::operator= ( OnDestroy &&  other)
inline

◆ operator=() [2/2]

OnDestroy& Nui::OnDestroy::operator= ( OnDestroy const &  )
delete

◆ trigger()

void Nui::OnDestroy::trigger ( )
inline

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