library of assembled shared sources

http://lass.cocamware.com

lass::util::impl::Dispatcher0Method< ObjectPtr, Method > Class Template Reference

Dispatcher for lass::util::Callback0 to an object/method pair. More...

#include <dispatcher_0.h>

Inheritance diagram for lass::util::impl::Dispatcher0Method< ObjectPtr, Method >:

Inheritance graph
[legend]
Collaboration diagram for lass::util::impl::Dispatcher0Method< ObjectPtr, Method >:

Collaboration graph
[legend]

Public Types

typedef Dispatcher0Method
< ObjectPtr, Method > 
TSelf
typedef ObjectPtr TObjectPtr
typedef Method TMethod

Public Member Functions

 Dispatcher0Method (typename CallTraits< TObjectPtr >::TParam iObject, typename CallTraits< TMethod >::TParam iMethod)
void call () const
bool isEquivalent (const Dispatcher0 *iOther) 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

void doCall () const
bool doIsEquivalent (const Dispatcher0 *iOther) const

Private Attributes

TObjectPtr object_
TMethod method_

Detailed Description

template<typename ObjectPtr, typename Method>
class lass::util::impl::Dispatcher0Method< ObjectPtr, Method >

Dispatcher for lass::util::Callback0 to an object/method pair.

Definition at line 134 of file dispatcher_0.h.


Member Typedef Documentation

template<typename ObjectPtr , typename Method >
typedef Dispatcher0Method<ObjectPtr, Method> lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::TSelf

Definition at line 138 of file dispatcher_0.h.

template<typename ObjectPtr , typename Method >
typedef ObjectPtr lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::TObjectPtr

Definition at line 139 of file dispatcher_0.h.

template<typename ObjectPtr , typename Method >
typedef Method lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::TMethod

Definition at line 140 of file dispatcher_0.h.


Constructor & Destructor Documentation

template<typename ObjectPtr , typename Method >
lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::Dispatcher0Method ( typename CallTraits< TObjectPtr >::TParam  iObject,
typename CallTraits< TMethod >::TParam  iMethod 
) [inline]

Definition at line 142 of file dispatcher_0.h.


Member Function Documentation

template<typename ObjectPtr , typename Method >
void lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::doCall (  )  const [inline, private, virtual]

template<typename ObjectPtr , typename Method >
bool lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::doIsEquivalent ( const Dispatcher0 iOther  )  const [inline, private, virtual]

void lass::util::impl::Dispatcher0::call (  )  const [inline, inherited]

Definition at line 68 of file dispatcher_0.h.

References lass::util::impl::Dispatcher0::doCall().

bool lass::util::impl::Dispatcher0::isEquivalent ( const Dispatcher0 iOther  )  const [inline, inherited]

Definition at line 69 of file dispatcher_0.h.

References lass::util::impl::Dispatcher0::doIsEquivalent().

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.


Field Documentation

template<typename ObjectPtr , typename Method >
TObjectPtr lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::object_ [private]

template<typename ObjectPtr , typename Method >
TMethod lass::util::impl::Dispatcher0Method< ObjectPtr, Method >::method_ [private]


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

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