library of assembled shared sources |
http://lass.cocamware.com |
#include <bind.h>
Public Member Functions | |
DispatcherBindMemFun7 (ObjPtr obj, Fun fun, X1 x1, X2 x2, X3 x3, X4 x4, X5 x5, X6 x6, X7 x7) | |
R | 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 | |
R | doCall () const |
Private Attributes | |
ObjPtr | obj_ |
Fun | fun_ |
CallTraits< X1 >::TValue | x1_ |
CallTraits< X2 >::TValue | x2_ |
CallTraits< X3 >::TValue | x3_ |
CallTraits< X4 >::TValue | x4_ |
CallTraits< X5 >::TValue | x5_ |
CallTraits< X6 >::TValue | x6_ |
CallTraits< X7 >::TValue | x7_ |
Definition at line 855 of file bind.h.
lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::DispatcherBindMemFun7 | ( | ObjPtr | obj, | |
Fun | fun, | |||
X1 | x1, | |||
X2 | x2, | |||
X3 | x3, | |||
X4 | x4, | |||
X5 | x5, | |||
X6 | x6, | |||
X7 | x7 | |||
) | [inline] |
R lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall | ( | ) | const [inline, private, virtual] |
Implements lass::util::impl::DispatcherR0< R >.
Definition at line 860 of file bind.h.
References lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::fun_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x1_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x2_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x3_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x4_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x5_, lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x6_, and lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x7_.
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().
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new | ( | std::size_t | size | ) | [inline, static, inherited] |
Definition at line 145 of file allocator.h.
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.
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.
static void* lass::util::AllocatorClassAdaptor< VariableAllocator, destructionPriority >::operator new[] | ( | std::size_t | size | ) | [inline, static, inherited] |
Definition at line 172 of file allocator.h.
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.
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.
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.
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.
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.
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.
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.
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.
ObjPtr lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::obj_ [private] |
Fun lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::fun_ [private] |
Definition at line 862 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X1>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x1_ [private] |
Definition at line 863 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X2>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x2_ [private] |
Definition at line 864 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X3>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x3_ [private] |
Definition at line 865 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X4>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x4_ [private] |
Definition at line 866 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X5>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x5_ [private] |
Definition at line 867 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X6>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x6_ [private] |
Definition at line 868 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
CallTraits<X7>::TValue lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::x7_ [private] |
Definition at line 869 of file bind.h.
Referenced by lass::util::impl::DispatcherBindMemFun7< R, ObjPtr, Fun, X1, X2, X3, X4, X5, X6, X7 >::doCall().
Generated on Mon Nov 10 14:22:18 2008 for Library of Assembled Shared Sources by 1.5.7.1 |