library of assembled shared sources |
http://lass.cocamware.com |
#include <dispatcher_4.h>
Public Types | |
typedef FunctionType | TFunction |
Public Member Functions | |
Dispatcher4Function (typename CallTraits< TFunction >::TParam iFunction) | |
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) 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 (typename util::CallTraits< P1 >::TParam iP1, typename util::CallTraits< P2 >::TParam iP2, typename util::CallTraits< P3 >::TParam iP3, typename util::CallTraits< P4 >::TParam iP4) const |
Private Attributes | |
TFunction | function_ |
Definition at line 107 of file dispatcher_4.h.
typedef FunctionType lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::TFunction |
Definition at line 111 of file dispatcher_4.h.
lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::Dispatcher4Function | ( | typename CallTraits< TFunction >::TParam | iFunction | ) | [inline] |
Definition at line 113 of file dispatcher_4.h.
void lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::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 | |||
) | const [inline, private, virtual] |
Implements lass::util::impl::Dispatcher4< P1, P2, P3, P4 >.
Definition at line 120 of file dispatcher_4.h.
References lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::function_.
void lass::util::impl::Dispatcher4< P1, P2, P3, P4 >::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 | |||
) | const [inline, inherited] |
Definition at line 82 of file dispatcher_4.h.
References lass::util::impl::Dispatcher4< P1, P2, P3, P4 >::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.
TFunction lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::function_ [private] |
Definition at line 125 of file dispatcher_4.h.
Referenced by lass::util::impl::Dispatcher4Function< P1, P2, P3, P4, FunctionType >::doCall().
Generated on Mon Nov 10 14:22:19 2008 for Library of Assembled Shared Sources by 1.5.7.1 |