Honeycomb  0.1
Component-Model Framework
Public Member Functions | List of all members
honey::SlotBase Class Reference

Multicast receiver. More...

#include <Signal.h>

Inheritance diagram for honey::SlotBase:
Inheritance graph
[legend]
Collaboration diagram for honey::SlotBase:
Collaboration graph
[legend]

Public Member Functions

 SlotBase (const Id &id, const Id &signalId)
 
virtual ~SlotBase ()
 
const Idid () const
 
const IdsignalId () const
 
- Public Member Functions inherited from honey::AllocatorObject< Alloc >
void * operator new (szt size)
 
void * operator new (szt, void *ptr)
 
void * operator new (szt size, const char *srcFile, int srcLine)
 
void * operator new[] (szt size)
 
void * operator new[] (szt, void *ptr)
 
void * operator new[] (szt size, const char *srcFile, int srcLine)
 
void operator delete (void *p)
 
void operator delete[] (void *p)
 

Additional Inherited Members

- Public Types inherited from honey::AllocatorObject< Alloc >
template<class T >
using Allocator = Alloc< T >
 

Detailed Description

Multicast receiver.

Constructor & Destructor Documentation

honey::SlotBase::SlotBase ( const Id id,
const Id signalId 
)
inline
virtual honey::SlotBase::~SlotBase ( )
inlinevirtual

Member Function Documentation

const Id& honey::SlotBase::id ( ) const
inline
const Id& honey::SlotBase::signalId ( ) const
inline

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