mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
e351d68da5
--HG-- rename : security/sandbox/base/at_exit.cc => security/sandbox/chromium/base/at_exit.cc rename : security/sandbox/base/at_exit.h => security/sandbox/chromium/base/at_exit.h rename : security/sandbox/base/atomic_ref_count.h => security/sandbox/chromium/base/atomic_ref_count.h rename : security/sandbox/base/atomic_sequence_num.h => security/sandbox/chromium/base/atomic_sequence_num.h rename : security/sandbox/base/atomicops.h => security/sandbox/chromium/base/atomicops.h rename : security/sandbox/base/atomicops_internals_tsan.h => security/sandbox/chromium/base/atomicops_internals_tsan.h rename : security/sandbox/base/atomicops_internals_x86_gcc.h => security/sandbox/chromium/base/atomicops_internals_x86_gcc.h rename : security/sandbox/base/atomicops_internals_x86_msvc.h => security/sandbox/chromium/base/atomicops_internals_x86_msvc.h rename : security/sandbox/base/base_export.h => security/sandbox/chromium/base/base_export.h rename : security/sandbox/base/base_paths.cc => security/sandbox/chromium/base/base_paths.cc rename : security/sandbox/base/base_paths.h => security/sandbox/chromium/base/base_paths.h rename : security/sandbox/base/base_paths_win.cc => security/sandbox/chromium/base/base_paths_win.cc rename : security/sandbox/base/base_paths_win.h => security/sandbox/chromium/base/base_paths_win.h rename : security/sandbox/base/base_switches.cc => security/sandbox/chromium/base/base_switches.cc rename : security/sandbox/base/base_switches.h => security/sandbox/chromium/base/base_switches.h rename : security/sandbox/base/basictypes.h => security/sandbox/chromium/base/basictypes.h rename : security/sandbox/base/bind.h => security/sandbox/chromium/base/bind.h rename : security/sandbox/base/bind_helpers.h => security/sandbox/chromium/base/bind_helpers.h rename : security/sandbox/base/bind_internal.h => security/sandbox/chromium/base/bind_internal.h rename : security/sandbox/base/bind_internal_win.h => security/sandbox/chromium/base/bind_internal_win.h rename : security/sandbox/base/callback.h => security/sandbox/chromium/base/callback.h rename : security/sandbox/base/callback_forward.h => security/sandbox/chromium/base/callback_forward.h rename : security/sandbox/base/callback_internal.cc => security/sandbox/chromium/base/callback_internal.cc rename : security/sandbox/base/callback_internal.h => security/sandbox/chromium/base/callback_internal.h rename : security/sandbox/base/command_line.cc => security/sandbox/chromium/base/command_line.cc rename : security/sandbox/base/command_line.h => security/sandbox/chromium/base/command_line.h rename : security/sandbox/base/compiler_specific.h => security/sandbox/chromium/base/compiler_specific.h rename : security/sandbox/base/containers/hash_tables.h => security/sandbox/chromium/base/containers/hash_tables.h rename : security/sandbox/base/cpu.cc => security/sandbox/chromium/base/cpu.cc rename : security/sandbox/base/cpu.h => security/sandbox/chromium/base/cpu.h rename : security/sandbox/base/critical_closure.h => security/sandbox/chromium/base/critical_closure.h rename : security/sandbox/base/debug/alias.cc => security/sandbox/chromium/base/debug/alias.cc rename : security/sandbox/base/debug/alias.h => security/sandbox/chromium/base/debug/alias.h rename : security/sandbox/base/debug/debugger.h => security/sandbox/chromium/base/debug/debugger.h rename : security/sandbox/base/debug/leak_annotations.h => security/sandbox/chromium/base/debug/leak_annotations.h rename : security/sandbox/base/debug/profiler.cc => security/sandbox/chromium/base/debug/profiler.cc rename : security/sandbox/base/debug/profiler.h => security/sandbox/chromium/base/debug/profiler.h rename : security/sandbox/base/environment.h => security/sandbox/chromium/base/environment.h rename : security/sandbox/base/file_descriptor_posix.h => security/sandbox/chromium/base/file_descriptor_posix.h rename : security/sandbox/base/file_util.cc => security/sandbox/chromium/base/file_util.cc rename : security/sandbox/base/file_util.h => security/sandbox/chromium/base/file_util.h rename : security/sandbox/base/file_util_win.cc => security/sandbox/chromium/base/file_util_win.cc rename : security/sandbox/base/file_version_info.h => security/sandbox/chromium/base/file_version_info.h rename : security/sandbox/base/file_version_info_win.h => security/sandbox/chromium/base/file_version_info_win.h rename : security/sandbox/base/files/file_path.h => security/sandbox/chromium/base/files/file_path.h rename : security/sandbox/base/float_util.h => security/sandbox/chromium/base/float_util.h rename : security/sandbox/base/format_macros.h => security/sandbox/chromium/base/format_macros.h rename : security/sandbox/base/guid.h => security/sandbox/chromium/base/guid.h rename : security/sandbox/base/lazy_instance.cc => security/sandbox/chromium/base/lazy_instance.cc rename : security/sandbox/base/lazy_instance.h => security/sandbox/chromium/base/lazy_instance.h rename : security/sandbox/base/location.cc => security/sandbox/chromium/base/location.cc rename : security/sandbox/base/location.h => security/sandbox/chromium/base/location.h rename : security/sandbox/base/logging.cc => security/sandbox/chromium/base/logging.cc rename : security/sandbox/base/logging.h => security/sandbox/chromium/base/logging.h rename : security/sandbox/base/logging_win.cc => security/sandbox/chromium/base/logging_win.cc rename : security/sandbox/base/logging_win.h => security/sandbox/chromium/base/logging_win.h rename : security/sandbox/base/memory/aligned_memory.h => security/sandbox/chromium/base/memory/aligned_memory.h rename : security/sandbox/base/memory/raw_scoped_refptr_mismatch_checker.h => security/sandbox/chromium/base/memory/raw_scoped_refptr_mismatch_checker.h rename : security/sandbox/base/memory/ref_counted.cc => security/sandbox/chromium/base/memory/ref_counted.cc rename : security/sandbox/base/memory/ref_counted.h => security/sandbox/chromium/base/memory/ref_counted.h rename : security/sandbox/base/memory/scoped_ptr.h => security/sandbox/chromium/base/memory/scoped_ptr.h rename : security/sandbox/base/memory/singleton.cc => security/sandbox/chromium/base/memory/singleton.cc rename : security/sandbox/base/memory/singleton.h => security/sandbox/chromium/base/memory/singleton.h rename : security/sandbox/base/memory/weak_ptr.h => security/sandbox/chromium/base/memory/weak_ptr.h rename : security/sandbox/base/move.h => security/sandbox/chromium/base/move.h rename : security/sandbox/base/observer_list.h => security/sandbox/chromium/base/observer_list.h rename : security/sandbox/base/observer_list_threadsafe.h => security/sandbox/chromium/base/observer_list_threadsafe.h rename : security/sandbox/base/os_compat_nacl.h => security/sandbox/chromium/base/os_compat_nacl.h rename : security/sandbox/base/path_service.cc => security/sandbox/chromium/base/path_service.cc rename : security/sandbox/base/path_service.h => security/sandbox/chromium/base/path_service.h rename : security/sandbox/base/pending_task.h => security/sandbox/chromium/base/pending_task.h rename : security/sandbox/base/platform_file.cc => security/sandbox/chromium/base/platform_file.cc rename : security/sandbox/base/platform_file.h => security/sandbox/chromium/base/platform_file.h rename : security/sandbox/base/port.h => security/sandbox/chromium/base/port.h rename : security/sandbox/base/process/process_handle.h => security/sandbox/chromium/base/process/process_handle.h rename : security/sandbox/base/profiler/alternate_timer.h => security/sandbox/chromium/base/profiler/alternate_timer.h rename : security/sandbox/base/profiler/tracked_time.h => security/sandbox/chromium/base/profiler/tracked_time.h rename : security/sandbox/base/rand_util.h => security/sandbox/chromium/base/rand_util.h rename : security/sandbox/base/run_loop.h => security/sandbox/chromium/base/run_loop.h rename : security/sandbox/base/scoped_clear_errno.h => security/sandbox/chromium/base/scoped_clear_errno.h rename : security/sandbox/base/sequence_checker.h => security/sandbox/chromium/base/sequence_checker.h rename : security/sandbox/base/sequence_checker_impl.h => security/sandbox/chromium/base/sequence_checker_impl.h rename : security/sandbox/base/sequenced_task_runner.h => security/sandbox/chromium/base/sequenced_task_runner.h rename : security/sandbox/base/sequenced_task_runner_helpers.h => security/sandbox/chromium/base/sequenced_task_runner_helpers.h rename : security/sandbox/base/shim/base/gtest_prod_util.h => security/sandbox/chromium/base/shim/base/gtest_prod_util.h rename : security/sandbox/base/shim/base/logging.cpp => security/sandbox/chromium/base/shim/base/logging.cpp rename : security/sandbox/base/shim/base/strings/string_piece.h => security/sandbox/chromium/base/shim/base/strings/string_piece.h rename : security/sandbox/base/shim/base/third_party/nspr/prtime.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h rename : security/sandbox/base/shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h rename : security/sandbox/base/shim/base/tracked_objects.h => security/sandbox/chromium/base/shim/base/tracked_objects.h rename : security/sandbox/base/shim/sdkdecls.h => security/sandbox/chromium/base/shim/sdkdecls.h rename : security/sandbox/base/single_thread_task_runner.h => security/sandbox/chromium/base/single_thread_task_runner.h rename : security/sandbox/base/stl_util.h => security/sandbox/chromium/base/stl_util.h rename : security/sandbox/base/strings/nullable_string16.cc => security/sandbox/chromium/base/strings/nullable_string16.cc rename : security/sandbox/base/strings/nullable_string16.h => security/sandbox/chromium/base/strings/nullable_string16.h rename : security/sandbox/base/strings/string16.h => security/sandbox/chromium/base/strings/string16.h rename : security/sandbox/base/strings/string_number_conversions.cc => security/sandbox/chromium/base/strings/string_number_conversions.cc rename : security/sandbox/base/strings/string_number_conversions.h => security/sandbox/chromium/base/strings/string_number_conversions.h rename : security/sandbox/base/strings/string_piece.cc => security/sandbox/chromium/base/strings/string_piece.cc rename : security/sandbox/base/strings/string_piece.h => security/sandbox/chromium/base/strings/string_piece.h rename : security/sandbox/base/strings/string_util.h => security/sandbox/chromium/base/strings/string_util.h rename : security/sandbox/base/strings/string_util_constants.cc => security/sandbox/chromium/base/strings/string_util_constants.cc rename : security/sandbox/base/strings/string_util_stripped.cc => security/sandbox/chromium/base/strings/string_util_stripped.cc rename : security/sandbox/base/strings/string_util_win.h => security/sandbox/chromium/base/strings/string_util_win.h rename : security/sandbox/base/strings/stringprintf.cc => security/sandbox/chromium/base/strings/stringprintf.cc rename : security/sandbox/base/strings/stringprintf.h => security/sandbox/chromium/base/strings/stringprintf.h rename : security/sandbox/base/strings/utf_string_conversion_utils.cc => security/sandbox/chromium/base/strings/utf_string_conversion_utils.cc rename : security/sandbox/base/strings/utf_string_conversion_utils.h => security/sandbox/chromium/base/strings/utf_string_conversion_utils.h rename : security/sandbox/base/strings/utf_string_conversions.cc => security/sandbox/chromium/base/strings/utf_string_conversions.cc rename : security/sandbox/base/strings/utf_string_conversions.h => security/sandbox/chromium/base/strings/utf_string_conversions.h rename : security/sandbox/base/synchronization/lock.cc => security/sandbox/chromium/base/synchronization/lock.cc rename : security/sandbox/base/synchronization/lock.h => security/sandbox/chromium/base/synchronization/lock.h rename : security/sandbox/base/synchronization/lock_impl.h => security/sandbox/chromium/base/synchronization/lock_impl.h rename : security/sandbox/base/synchronization/lock_impl_win.cc => security/sandbox/chromium/base/synchronization/lock_impl_win.cc rename : security/sandbox/base/sys_info.h => security/sandbox/chromium/base/sys_info.h rename : security/sandbox/base/task_runner.h => security/sandbox/chromium/base/task_runner.h rename : security/sandbox/base/template_util.h => security/sandbox/chromium/base/template_util.h rename : security/sandbox/base/third_party/dmg_fp/LICENSE => security/sandbox/chromium/base/third_party/dmg_fp/LICENSE rename : security/sandbox/base/third_party/dmg_fp/dmg_fp.h => security/sandbox/chromium/base/third_party/dmg_fp/dmg_fp.h rename : security/sandbox/base/third_party/dmg_fp/dtoa.cc => security/sandbox/chromium/base/third_party/dmg_fp/dtoa.cc rename : security/sandbox/base/third_party/dmg_fp/g_fmt.cc => security/sandbox/chromium/base/third_party/dmg_fp/g_fmt.cc rename : security/sandbox/base/third_party/dynamic_annotations/LICENSE => security/sandbox/chromium/base/third_party/dynamic_annotations/LICENSE rename : security/sandbox/base/third_party/dynamic_annotations/dynamic_annotations.h => security/sandbox/chromium/base/third_party/dynamic_annotations/dynamic_annotations.h rename : security/sandbox/base/third_party/icu/LICENSE => security/sandbox/chromium/base/third_party/icu/LICENSE rename : security/sandbox/base/third_party/icu/icu_utf.cc => security/sandbox/chromium/base/third_party/icu/icu_utf.cc rename : security/sandbox/base/third_party/icu/icu_utf.h => security/sandbox/chromium/base/third_party/icu/icu_utf.h rename : security/sandbox/base/thread_task_runner_handle.h => security/sandbox/chromium/base/thread_task_runner_handle.h rename : security/sandbox/base/threading/platform_thread.h => security/sandbox/chromium/base/threading/platform_thread.h rename : security/sandbox/base/threading/platform_thread_win.cc => security/sandbox/chromium/base/threading/platform_thread_win.cc rename : security/sandbox/base/threading/sequenced_worker_pool.h => security/sandbox/chromium/base/threading/sequenced_worker_pool.h rename : security/sandbox/base/threading/thread_checker_impl.h => security/sandbox/chromium/base/threading/thread_checker_impl.h rename : security/sandbox/base/threading/thread_collision_warner.cc => security/sandbox/chromium/base/threading/thread_collision_warner.cc rename : security/sandbox/base/threading/thread_collision_warner.h => security/sandbox/chromium/base/threading/thread_collision_warner.h rename : security/sandbox/base/threading/thread_id_name_manager.cc => security/sandbox/chromium/base/threading/thread_id_name_manager.cc rename : security/sandbox/base/threading/thread_id_name_manager.h => security/sandbox/chromium/base/threading/thread_id_name_manager.h rename : security/sandbox/base/threading/thread_local.h => security/sandbox/chromium/base/threading/thread_local.h rename : security/sandbox/base/threading/thread_local_storage.h => security/sandbox/chromium/base/threading/thread_local_storage.h rename : security/sandbox/base/threading/thread_local_win.cc => security/sandbox/chromium/base/threading/thread_local_win.cc rename : security/sandbox/base/threading/thread_restrictions.cc => security/sandbox/chromium/base/threading/thread_restrictions.cc rename : security/sandbox/base/threading/thread_restrictions.h => security/sandbox/chromium/base/threading/thread_restrictions.h rename : security/sandbox/base/time/time.cc => security/sandbox/chromium/base/time/time.cc rename : security/sandbox/base/time/time.h => security/sandbox/chromium/base/time/time.h rename : security/sandbox/base/time/time_win.cc => security/sandbox/chromium/base/time/time_win.cc rename : security/sandbox/base/tracking_info.h => security/sandbox/chromium/base/tracking_info.h rename : security/sandbox/base/tuple.h => security/sandbox/chromium/base/tuple.h rename : security/sandbox/base/values.h => security/sandbox/chromium/base/values.h rename : security/sandbox/base/version.h => security/sandbox/chromium/base/version.h rename : security/sandbox/base/win/event_trace_provider.cc => security/sandbox/chromium/base/win/event_trace_provider.cc rename : security/sandbox/base/win/event_trace_provider.h => security/sandbox/chromium/base/win/event_trace_provider.h rename : security/sandbox/base/win/pe_image.cc => security/sandbox/chromium/base/win/pe_image.cc rename : security/sandbox/base/win/pe_image.h => security/sandbox/chromium/base/win/pe_image.h rename : security/sandbox/base/win/registry.cc => security/sandbox/chromium/base/win/registry.cc rename : security/sandbox/base/win/registry.h => security/sandbox/chromium/base/win/registry.h rename : security/sandbox/base/win/scoped_handle.cc => security/sandbox/chromium/base/win/scoped_handle.cc rename : security/sandbox/base/win/scoped_handle.h => security/sandbox/chromium/base/win/scoped_handle.h rename : security/sandbox/base/win/scoped_process_information.cc => security/sandbox/chromium/base/win/scoped_process_information.cc rename : security/sandbox/base/win/scoped_process_information.h => security/sandbox/chromium/base/win/scoped_process_information.h rename : security/sandbox/base/win/startup_information.cc => security/sandbox/chromium/base/win/startup_information.cc rename : security/sandbox/base/win/startup_information.h => security/sandbox/chromium/base/win/startup_information.h rename : security/sandbox/base/win/windows_version.cc => security/sandbox/chromium/base/win/windows_version.cc rename : security/sandbox/base/win/windows_version.h => security/sandbox/chromium/base/win/windows_version.h
518 lines
26 KiB
C++
518 lines
26 KiB
C++
// This file was GENERATED by command:
|
|
// pump.py bind.h.pump
|
|
// DO NOT EDIT BY HAND!!!
|
|
|
|
|
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef BASE_BIND_H_
|
|
#define BASE_BIND_H_
|
|
|
|
#include "base/bind_internal.h"
|
|
#include "base/callback_internal.h"
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// Usage documentation
|
|
// -----------------------------------------------------------------------------
|
|
//
|
|
// See base/callback.h for documentation.
|
|
//
|
|
//
|
|
// -----------------------------------------------------------------------------
|
|
// Implementation notes
|
|
// -----------------------------------------------------------------------------
|
|
//
|
|
// If you're reading the implementation, before proceeding further, you should
|
|
// read the top comment of base/bind_internal.h for a definition of common
|
|
// terms and concepts.
|
|
//
|
|
// RETURN TYPES
|
|
//
|
|
// Though Bind()'s result is meant to be stored in a Callback<> type, it
|
|
// cannot actually return the exact type without requiring a large amount
|
|
// of extra template specializations. The problem is that in order to
|
|
// discern the correct specialization of Callback<>, Bind would need to
|
|
// unwrap the function signature to determine the signature's arity, and
|
|
// whether or not it is a method.
|
|
//
|
|
// Each unique combination of (arity, function_type, num_prebound) where
|
|
// function_type is one of {function, method, const_method} would require
|
|
// one specialization. We eventually have to do a similar number of
|
|
// specializations anyways in the implementation (see the Invoker<>,
|
|
// classes). However, it is avoidable in Bind if we return the result
|
|
// via an indirection like we do below.
|
|
//
|
|
// TODO(ajwong): We might be able to avoid this now, but need to test.
|
|
//
|
|
// It is possible to move most of the COMPILE_ASSERT asserts into BindState<>,
|
|
// but it feels a little nicer to have the asserts here so people do not
|
|
// need to crack open bind_internal.h. On the other hand, it makes Bind()
|
|
// harder to read.
|
|
|
|
namespace base {
|
|
|
|
template <typename Functor>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void()>
|
|
::UnboundRunType>
|
|
Bind(Functor functor) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
typedef internal::BindState<RunnableType, RunType, void()> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor)));
|
|
}
|
|
|
|
template <typename Functor, typename P1>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2, typename P3>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
|
|
p3_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2, p3));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2, typename P3, typename P4>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
|
|
p3_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
|
|
p4_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2, typename P3, typename P4,
|
|
typename P5>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
|
|
const P5& p5) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
|
|
p3_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
|
|
p4_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
|
|
p5_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2, typename P3, typename P4,
|
|
typename P5, typename P6>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType,
|
|
typename internal::CallbackParamTraits<P6>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
|
|
const P5& p5, const P6& p6) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A6Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
|
|
p3_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
|
|
p4_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
|
|
p5_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P6>::value,
|
|
p6_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType,
|
|
typename internal::CallbackParamTraits<P6>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
|
|
}
|
|
|
|
template <typename Functor, typename P1, typename P2, typename P3, typename P4,
|
|
typename P5, typename P6, typename P7>
|
|
base::Callback<
|
|
typename internal::BindState<
|
|
typename internal::FunctorTraits<Functor>::RunnableType,
|
|
typename internal::FunctorTraits<Functor>::RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType,
|
|
typename internal::CallbackParamTraits<P6>::StorageType,
|
|
typename internal::CallbackParamTraits<P7>::StorageType)>
|
|
::UnboundRunType>
|
|
Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
|
|
const P5& p5, const P6& p6, const P7& p7) {
|
|
// Typedefs for how to store and run the functor.
|
|
typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
|
typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
|
// Use RunnableType::RunType instead of RunType above because our
|
|
// checks should below for bound references need to know what the actual
|
|
// functor is going to interpret the argument as.
|
|
typedef internal::FunctionTraits<typename RunnableType::RunType>
|
|
BoundFunctorTraits;
|
|
|
|
// Do not allow binding a non-const reference parameter. Non-const reference
|
|
// parameters are disallowed by the Google style guide. Also, binding a
|
|
// non-const reference parameter can make for subtle bugs because the
|
|
// invoked function will receive a reference to the stored copy of the
|
|
// argument and not the original.
|
|
COMPILE_ASSERT(
|
|
!(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A6Type>::value ||
|
|
is_non_const_reference<typename BoundFunctorTraits::A7Type>::value ),
|
|
do_not_bind_functions_with_nonconst_ref);
|
|
|
|
// For methods, we need to be careful for parameter 1. We do not require
|
|
// a scoped_refptr because BindState<> itself takes care of AddRef() for
|
|
// methods. We also disallow binding of an array as the method's target
|
|
// object.
|
|
COMPILE_ASSERT(
|
|
internal::HasIsMethodTag<RunnableType>::value ||
|
|
!internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
|
|
p1_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
|
|
p3_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
|
|
p4_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
|
|
p5_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P6>::value,
|
|
p6_is_refcounted_type_and_needs_scoped_refptr);
|
|
COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P7>::value,
|
|
p7_is_refcounted_type_and_needs_scoped_refptr);
|
|
typedef internal::BindState<RunnableType, RunType,
|
|
void(typename internal::CallbackParamTraits<P1>::StorageType,
|
|
typename internal::CallbackParamTraits<P2>::StorageType,
|
|
typename internal::CallbackParamTraits<P3>::StorageType,
|
|
typename internal::CallbackParamTraits<P4>::StorageType,
|
|
typename internal::CallbackParamTraits<P5>::StorageType,
|
|
typename internal::CallbackParamTraits<P6>::StorageType,
|
|
typename internal::CallbackParamTraits<P7>::StorageType)> BindState;
|
|
|
|
|
|
return Callback<typename BindState::UnboundRunType>(
|
|
new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6,
|
|
p7));
|
|
}
|
|
|
|
} // namespace base
|
|
|
|
#endif // BASE_BIND_H_
|