library of assembled shared sources

http://lass.cocamware.com

lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 > Class Template Reference
[Bind]

#include <bind.h>

Inheritance diagram for lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >:

Inheritance graph
[legend]
Collaboration diagram for lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >:

Collaboration graph
[legend]

Public Member Functions

 DispatcherBindMemFun2 (ObjPtr obj, Fun fun, X1 x1, X2 x2)
call () 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

doCall () const

Private Attributes

ObjPtr obj_
Fun fun_
CallTraits< X1 >::TValue x1_
CallTraits< X2 >::TValue x2_

Detailed Description

template<typename R, typename ObjPtr, typename Fun, typename X1, typename X2>
class lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >

Definition at line 330 of file bind.h.


Constructor & Destructor Documentation

template<typename R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::DispatcherBindMemFun2 ( ObjPtr  obj,
Fun  fun,
X1  x1,
X2  x2 
) [inline]

Definition at line 333 of file bind.h.


Member Function Documentation

template<typename R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
R lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::doCall (  )  const [inline, private, virtual]

template<typename R >
R lass::util::impl::DispatcherR0< R >::call (  )  const [inline, inherited]

Definition at line 72 of file dispatcher_r_0.h.

References lass::util::impl::DispatcherR0< R >::doCall().

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 R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
ObjPtr lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::obj_ [private]

Definition at line 336 of file bind.h.

template<typename R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
Fun lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::fun_ [private]

template<typename R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
CallTraits<X1>::TValue lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::x1_ [private]

template<typename R , typename ObjPtr , typename Fun , typename X1 , typename X2 >
CallTraits<X2>::TValue lass::util::impl::DispatcherBindMemFun2< R, ObjPtr, Fun, X1, X2 >::x2_ [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