Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
XListener Class Reference

#include <xsignal.h>

Inheritance diagram for XListener:
Inheritance graph
[legend]

Public Types

enum  FLAGS : int { FLAG_MAIN_THREAD_CALL = 0x01, FLAG_AVOID_DUP = 0x02, FLAG_DELAY_SHORT = 0x100, FLAG_DELAY_ADAPTIVE = 0x200 }
 

Public Member Functions

unsigned int delay_ms () const
 
int flags () const
 

Protected Member Functions

 XListener (FLAGS flags)
 

Protected Attributes

atomic< int > m_flags
 

Friends

template<class SS , typename... Args>
class Transactional::Talker
 

Detailed Description

Base class of listener, which holds pointers to object and function. Hold instances by shared_ptr.

Definition at line 32 of file xsignal.h.

Member Function Documentation

unsigned int XListener::delay_ms ( ) const
Returns
an appropriate delay for delayed transactions.

Definition at line 36 of file xsignal.cpp.


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

Generated for KAME4 by  doxygen 1.8.3