DriveHQ Start Menu
Cloud Drive Mapping
Folder Sync
Cloud Backup
True Drop Box
FTP/SFTP Hosting
Group Account
DriveHQ Start Menu
Online File Server
My Storage
|
Manage Shares
|
Publishes
|
Drop Boxes
|
Group Account
WebDAV Drive Mapping
Cloud Drive Home
|
WebDAV Guide
|
Drive Mapping Tool
|
Drive Mapping URL
Complete Data Backup
Backup Guide
|
Online Backup Tool
|
Cloud-to-Cloud Backup
FTP, Email & Web Service
FTP Home
|
FTP Hosting FAQ
|
Email Hosting
|
EmailManager
|
Web Hosting
Help & Resources
About
|
Enterprise Service
|
Partnership
|
Comparisons
|
Support
Quick Links
Security and Privacy
Download Software
Service Manual
Use Cases
Group Account
Online Help
Blog
Contact
Cloud Surveillance
Sign Up
Login
Features
Business Features
Online File Server
FTP Hosting
Cloud Drive Mapping
Cloud File Backup
Email Backup & Hosting
Cloud File Sharing
Folder Synchronization
Group Management
True Drop Box
Full-text Search
AD Integration/SSO
Mobile Access
IP Camera & DVR Solution
More...
Personal Features
Personal Cloud Drive
Backup All Devices
Mobile APPs
Personal Web Hosting
Sub-Account (for Kids)
Home/PC/Kids Monitoring
More...
Software
DriveHQ Drive Mapping Tool
DriveHQ FileManager
DriveHQ Online Backup
DriveHQ Mobile Apps
Pricing
Business Plans & Pricing
Personal Plans & Pricing
Price Comparison with Others
Feature Comparison with Others
Install Mobile App
Sign up
Creating account...
Invalid character in username! Only 0-9, a-z, A-Z, _, -, . allowed.
Username is required!
Invalid email address!
E-mail is required!
Password is required!
Password is invalid!
Password and confirmation do not match.
Confirm password is required!
I accept
Membership Agreement
Please read the Membership Agreement and check "I accept"!
Free Quick Sign-up
Sign-up Page
Log in
Signing in...
Username or e-mail address is required!
Password is required!
Keep me logged in
Quick Login
Forgot Password
Up
Upload
Download
Share
Publish
New Folder
New File
Copy
Cut
Delete
Paste
Rate
Upgrade
Rotate
Effect
Edit
Slide
History
#if !defined(BOOST_PP_IS_ITERATING) // Copyright David Abrahams 2004. Distributed under 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) #ifndef OVERRIDE_DWA2004721_HPP # define OVERRIDE_DWA2004721_HPP # include
# include
# include
# include
# include
# include
# include
# include
# include
# include
namespace boost { namespace python { class override; namespace detail { class wrapper_base; // The result of calling a method. class method_result { private: friend class boost::python::override; explicit method_result(PyObject* x) : m_obj(x) {} public: template
operator T() { converter::return_from_python
converter; return converter(m_obj.release()); } # if BOOST_WORKAROUND(_MSC_FULL_VER, BOOST_TESTED_AT(140050215)) template
operator T*() { converter::return_from_python
converter; return converter(m_obj.release()); } # endif # if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1400)) || BOOST_WORKAROUND(BOOST_INTEL_WIN, >= 900) // No operator T& # else template
operator T&() const { converter::return_from_python
converter; return converter(const_cast
&>(m_obj).release()); } # endif template
T as(type
* = 0) { converter::return_from_python
converter; return converter(m_obj.release()); } template
T unchecked(type
* = 0) { return extract
(m_obj)(); } private: mutable handle<> m_obj; }; } class override : public object { private: friend class detail::wrapper_base; override(handle<> x) : object(x) {} public: detail::method_result operator()() const { detail::method_result x( PyEval_CallFunction( this->ptr() , const_cast
("()") )); return x; } # define BOOST_PYTHON_fast_arg_to_python_get(z, n, _) \ , converter::arg_to_python
(a##n).get() # define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PYTHON_MAX_ARITY,
)) # include BOOST_PP_ITERATE() # undef BOOST_PYTHON_fast_arg_to_python_get }; }} // namespace boost::python #endif // OVERRIDE_DWA2004721_HPP #else # if !(BOOST_WORKAROUND(__MWERKS__, > 0x3100) \ && BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3201))) # line BOOST_PP_LINE(__LINE__, override.hpp) # endif # define N BOOST_PP_ITERATION() template < BOOST_PP_ENUM_PARAMS_Z(1, N, class A) > detail::method_result operator()( BOOST_PP_ENUM_BINARY_PARAMS_Z(1, N, A, const& a) ) const { detail::method_result x( PyEval_CallFunction( this->ptr() , const_cast
("(" BOOST_PP_REPEAT_1ST(N, BOOST_PYTHON_FIXED, "O") ")") BOOST_PP_REPEAT_1ST(N, BOOST_PYTHON_fast_arg_to_python_get, nil) )); return x; } # undef N #endif
override.hpp
Page URL
File URL
Prev
57/85
Next
Download
( 3 KB )
Note: The DriveHQ service banners will NOT be displayed if the file owner is a paid member.
Comments
Total ratings:
0
Average rating:
Not Rated
Would you like to comment?
Join DriveHQ
for a free account, or
Logon
if you are already a member.