library of assembled shared sources

http://lass.cocamware.com

lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 > Class Template Reference

abstract base class of all dispatchers for lass::util::Callback5. More...

#include <dispatcher_5.h>

Inheritance diagram for lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >:

Inheritance graph
[legend]
Collaboration diagram for lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >:

Collaboration graph
[legend]

Public Member Functions

 Dispatcher5 ()
virtual ~Dispatcher5 ()
void call (typename util::CallTraits< P1 >::TParam iP1, typename util::CallTraits< P2 >::TParam iP2, typename util::CallTraits< P3 >::TParam iP3, typename util::CallTraits< P4 >::TParam iP4, typename util::CallTraits< P5 >::TParam iP5) const

Static Public Member Functions

static void * operator new (std::size_t size)
static void * operator new (std::size_t size, std::nothrow_t) throw ()
static void * operator new (std::size_t, void *mem)
static void * operator new[] (std::size_t size)
static void * operator new[] (std::size_t size, std::nothrow_t) throw ()
static void * operator new[] (std::size_t, void *mem)
static void operator delete (void *mem, std::size_t size)
static void operator delete (void *mem, std::size_t size, std::nothrow_t)
static void operator delete (void *, std::size_t, std::nothrow_t, void *)
static void operator delete[] (void *mem, std::size_t size)
static void operator delete[] (void *mem, std::size_t size, std::nothrow_t)
static void operator delete[] (void *, std::size_t, std::nothrow_t, void *)

Private Member Functions

virtual void doCall (typename util::CallTraits< P1 >::TParam iP1, typename util::CallTraits< P2 >::TParam iP2, typename util::CallTraits< P3 >::TParam iP3, typename util::CallTraits< P4 >::TParam iP4, typename util::CallTraits< P5 >::TParam iP5) const =0
 Dispatcher5 (const Dispatcher5< P1, P2, P3, P4, P5 > &iOther)
Dispatcher5operator= (const Dispatcher5< P1, P2, P3, P4, P5 > &iOther)

Detailed Description

template<typename P1, typename P2, typename P3, typename P4, typename P5>
class lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >

abstract base class of all dispatchers for lass::util::Callback5.

Definition at line 75 of file dispatcher_5.h.


Constructor & Destructor Documentation

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::Dispatcher5 (  )  [inline]

Definition at line 79 of file dispatcher_5.h.

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
virtual lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::~Dispatcher5 (  )  [inline, virtual]

Definition at line 80 of file dispatcher_5.h.

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::Dispatcher5 ( const Dispatcher5< P1, P2, P3, P4, P5 > &  iOther  )  [private]


Member Function Documentation

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
void lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::call ( typename util::CallTraits< P1 >::TParam  iP1,
typename util::CallTraits< P2 >::TParam  iP2,
typename util::CallTraits< P3 >::TParam  iP3,
typename util::CallTraits< P4 >::TParam  iP4,
typename util::CallTraits< P5 >::TParam  iP5 
) const [inline]

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
virtual void lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::doCall ( typename util::CallTraits< P1 >::TParam  iP1,
typename util::CallTraits< P2 >::TParam  iP2,
typename util::CallTraits< P3 >::TParam  iP3,
typename util::CallTraits< P4 >::TParam  iP4,
typename util::CallTraits< P5 >::TParam  iP5 
) const [private, pure virtual]

template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
Dispatcher5& lass::util::impl::Dispatcher5< P1, P2, P3, P4, P5 >::operator= ( const Dispatcher5< P1, P2, P3, P4, P5 > &  iOther  )  [private]

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new ( std::size_t  size  )  [inline, static, inherited]

Definition at line 145 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new ( std::size_t  size,
std::nothrow_t   
) throw () [inline, static, inherited]

Definition at line 155 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new ( std::size_t  ,
void *  mem 
) [inline, static, inherited]

Definition at line 167 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new[] ( std::size_t  size  )  [inline, static, inherited]

Definition at line 172 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new[] ( std::size_t  size,
std::nothrow_t   
) throw () [inline, static, inherited]

Definition at line 182 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new[] ( std::size_t  ,
void *  mem 
) [inline, static, inherited]

Definition at line 194 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete ( void *  mem,
std::size_t  size 
) [inline, static, inherited]

Definition at line 199 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete ( void *  mem,
std::size_t  size,
std::nothrow_t   
) [inline, static, inherited]

Definition at line 204 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete ( void *  ,
std::size_t  ,
std::nothrow_t  ,
void *   
) [inline, static, inherited]

Definition at line 209 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete[] ( void *  mem,
std::size_t  size 
) [inline, static, inherited]

Definition at line 213 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete[] ( void *  mem,
std::size_t  size,
std::nothrow_t   
) [inline, static, inherited]

Definition at line 218 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
static void lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator delete[] ( void *  ,
std::size_t  ,
std::nothrow_t  ,
void *   
) [inline, static, inherited]

Definition at line 223 of file allocator.h.


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

Generated on Mon Nov 10 14:22:19 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo