Mir
Public Member Functions | List of all members
mir::client::AtomicCallback< Args > Class Template Reference

#include <atomic_callback.h>

Public Member Functions

 AtomicCallback ()
 
 ~AtomicCallback ()=default
 
void set_callback (std::function< void(Args...)> const &fn)
 
void operator() (Args &&...args) const
 

Constructor & Destructor Documentation

template<typename... Args>
mir::client::AtomicCallback< Args >::AtomicCallback ( )
inline
template<typename... Args>
mir::client::AtomicCallback< Args >::~AtomicCallback ( )
default

Member Function Documentation

template<typename... Args>
void mir::client::AtomicCallback< Args >::operator() ( Args &&...  args) const
inline
template<typename... Args>
void mir::client::AtomicCallback< Args >::set_callback ( std::function< void(Args...)> const &  fn)
inline

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

Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016