Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdlmt_signaler.h File Reference

Provide an implementation of a managed signals and slots system. More...

Go to the source code of this file.

Classes

struct  bdlmt::Signaler_NotArg
struct  bdlmt::Signaler_ArgumentType< t_PROT >
struct  bdlmt::Signaler_ArgumentType< t_PROT >::Forward< t_NUM >
struct  bdlmt::Signaler_Invocable< t_SIGNALER, t_PROT >
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void()>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6, t_ARG7)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6, t_ARG7, t_ARG8)>
struct  bdlmt::Signaler_Invocable< t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6, t_ARG7, t_ARG8, t_ARG9)>
class  bdlmt::Signaler_SlotNode_Base
class  bdlmt::Signaler_SlotNode< t_PROT >
class  bdlmt::Signaler_Node< t_PROT >
class  bdlmt::Signaler< t_PROT >
class  bdlmt::SignalerConnection
class  bdlmt::SignalerConnectionGuard

Namespaces

namespace  bdlmt

Functions

bool bdlmt::operator== (const SignalerConnection &lhs, const SignalerConnection &rhs)
bool bdlmt::operator!= (const SignalerConnection &lhs, const SignalerConnection &rhs)
bool bdlmt::operator< (const SignalerConnection &lhs, const SignalerConnection &rhs)
bool bdlmt::operator> (const SignalerConnection &lhs, const SignalerConnection &rhs)
bool bdlmt::operator<= (const SignalerConnection &lhs, const SignalerConnection &rhs)
bool bdlmt::operator>= (const SignalerConnection &lhs, const SignalerConnection &rhs)
void bdlmt::swap (SignalerConnection &a, SignalerConnection &b) BSLS_KEYWORD_NOEXCEPT
void bdlmt::swap (SignalerConnectionGuard &a, SignalerConnectionGuard &b) BSLS_KEYWORD_NOEXCEPT

Detailed Description