Server IP : 104.21.38.3 / Your IP : 162.158.106.34 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/boost/boost_1_59_0/boost/signals/ |
Upload File : |
// Boost.Signals library // Copyright Douglas Gregor 2001-2003. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // For more information, see http://www.boost.org #ifndef BOOST_SIGNALS_SIGNAL2_HEADER #define BOOST_SIGNALS_SIGNAL2_HEADER #define BOOST_SIGNALS_NUM_ARGS 2 #define BOOST_SIGNALS_TEMPLATE_PARMS typename T1, typename T2 #define BOOST_SIGNALS_TEMPLATE_ARGS T1, T2 #define BOOST_SIGNALS_PARMS T1 a1, T2 a2 #define BOOST_SIGNALS_ARGS a1, a2 #define BOOST_SIGNALS_BOUND_ARGS args->a1, args->a2 #define BOOST_SIGNALS_ARGS_AS_MEMBERS T1 a1;T2 a2; #define BOOST_SIGNALS_COPY_PARMS T1 ia1, T2 ia2 #define BOOST_SIGNALS_INIT_ARGS :a1(ia1), a2(ia2) #define BOOST_SIGNALS_ARG_TYPES typedef T1 arg1_type; typedef T2 arg2_type; #include <boost/signals/signal_template.hpp> #undef BOOST_SIGNALS_ARG_TYPES #undef BOOST_SIGNALS_INIT_ARGS #undef BOOST_SIGNALS_COPY_PARMS #undef BOOST_SIGNALS_ARGS_AS_MEMBERS #undef BOOST_SIGNALS_BOUND_ARGS #undef BOOST_SIGNALS_ARGS #undef BOOST_SIGNALS_PARMS #undef BOOST_SIGNALS_TEMPLATE_ARGS #undef BOOST_SIGNALS_TEMPLATE_PARMS #undef BOOST_SIGNALS_NUM_ARGS #endif // BOOST_SIGNALS_SIGNAL2_HEADER