template struct Poco::AbstractEvent::AbstractEvent<void, TStrategy, TDelegate, TMutex>

Overview

#include <AbstractEvent.h>

template <>
struct AbstractEvent<void, TStrategy, TDelegate, TMutex>
{
    // fields

    SharedPtr<TStrategy> ptrStrat;
    const void* pSender;
    bool enabled;

    // methods

    NotifyAsyncParams(const void* pSend);
};

Detailed Documentation

Methods

NotifyAsyncParams(const void* pSend)

Default constructor reduces the need for TArgs to have an empty constructor, only copy constructor is needed.