text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef HAS_BACK_REFERENCE_DWA2002323_HPP # define HAS_BACK_REFERENCE_DWA2002323_HPP # include <boost/python/detail/prefix.hpp> # include <boost/mpl/bool.hpp> namespace boost { namespace python { // traits class which users can specialize to indi...
/content/code_sandbox/src/boost_1_66_0/boost/python/has_back_reference.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
129
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INSTANCE_HOLDER_DWA2002517_HPP # define INSTANCE_HOLDER_DWA2002517_HPP # include <boost/python/detail/prefix.hpp> # include <boost/noncopyable.hpp> # include <boost/python/type_id.hpp> # include <cstddef> namespace boost { namespace python...
/content/code_sandbox/src/boost_1_66_0/boost/python/instance_holder.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
446
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PURE_VIRTUAL_DWA2003810_HPP # define PURE_VIRTUAL_DWA2003810_HPP # include <boost/python/def_visitor.hpp> # include <boost/python/default_call_policies.hpp> # include <boost/mpl/push_front.hpp> # include <boost/mpl/pop_front.hpp> # include ...
/content/code_sandbox/src/boost_1_66_0/boost/python/pure_virtual.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
789
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MANAGE_NEW_OBJECT_DWA200222_HPP # define MANAGE_NEW_OBJECT_DWA200222_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/indirect_traits.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/mpl/if.h...
/content/code_sandbox/src/boost_1_66_0/boost/python/manage_new_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
233
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef TAG_DWA2002720_HPP # define TAG_DWA2002720_HPP # include <boost/python/detail/prefix.hpp> namespace boost { namespace python { // used only to prevent argument-dependent lookup from finding the // wrong function in some cases. Cheaper tha...
/content/code_sandbox/src/boost_1_66_0/boost/python/tag.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
102
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef OBJECT_PROTOCOL_CORE_DWA2002615_HPP # define OBJECT_PROTOCOL_CORE_DWA2002615_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/handle_fwd.hpp> namespace boost { namespace python { namespace api { class object; B...
/content/code_sandbox/src/boost_1_66_0/boost/python/object_protocol_core.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
467
```c++ #ifndef BOOST_PYTHON_SLICE_JDB20040105_HPP #define BOOST_PYTHON_SLICE_JDB20040105_HPP // Use, modification and distribution are subject to the // LICENSE_1_0.txt or copy at path_to_url #include <boost/python/detail/prefix.hpp> #include <boost/config.hpp> #include <boost/python/object.hpp> #include <boost/pyt...
/content/code_sandbox/src/boost_1_66_0/boost/python/slice.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,307
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BASES_DWA2002321_HPP # define BASES_DWA2002321_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/type_list.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/mpl/if.hpp> # include <boost/mpl/boo...
/content/code_sandbox/src/boost_1_66_0/boost/python/bases.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
343
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PY_CONTAINER_UTILS_JDG20038_HPP # define PY_CONTAINER_UTILS_JDG20038_HPP # include <utility> # include <boost/foreach.hpp> # include <boost/python/object.hpp> # include <boost/python/handle.hpp> # include <boost/python/extract.hpp> # inc...
/content/code_sandbox/src/boost_1_66_0/boost/python/suite/indexing/container_utils.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
310
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef VECTOR_INDEXING_SUITE_JDG20036_HPP # define VECTOR_INDEXING_SUITE_JDG20036_HPP # include <boost/python/suite/indexing/indexing_suite.hpp> # include <boost/python/suite/indexing/container_utils.hpp> # include <boost/python/iterator.hpp> n...
/content/code_sandbox/src/boost_1_66_0/boost/python/suite/indexing/vector_indexing_suite.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,410
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INDEXING_SUITE_JDG20036_HPP # define INDEXING_SUITE_JDG20036_HPP # include <boost/python/class.hpp> # include <boost/python/def_visitor.hpp> # include <boost/python/register_ptr_to_python.hpp> # include <boost/python/suite/indexing/detail...
/content/code_sandbox/src/boost_1_66_0/boost/python/suite/indexing/indexing_suite.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,997
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MAP_INDEXING_SUITE_JDG20038_HPP # define MAP_INDEXING_SUITE_JDG20038_HPP # include <boost/python/suite/indexing/indexing_suite.hpp> # include <boost/python/iterator.hpp> # include <boost/python/call_method.hpp> # include <boost/python/tup...
/content/code_sandbox/src/boost_1_66_0/boost/python/suite/indexing/map_indexing_suite.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,140
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef NULLARY_FUNCTION_ADAPTOR_DWA2003824_HPP # define NULLARY_FUNCTION_ADAPTOR_DWA2003824_HPP # include <boost/python/detail/prefix.hpp> # include <boost/preprocessor/iteration/local.hpp> # include <boost/preprocessor/facilities/intercept.hpp> # ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/nullary_function_adaptor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
341
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef INDIRECT_TRAITS_DWA2004915_HPP # define INDIRECT_TRAITS_DWA2004915_HPP # include <boost/detail/indirect_traits.hpp> namespace boost { namespace python { namespace indirect_traits = boost::detail::indirect_traits; }} // namespace boost::python::detail #end...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/indirect_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
89
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DEF_HELPER_FWD_DWA2003810_HPP # define DEF_HELPER_FWD_DWA2003810_HPP # include <boost/python/detail/not_specified.hpp> namespace boost { namespace python { namespace detail { template <class T1, class T2 = not_specified, class T3 = not_sp...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/def_helper_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
118
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef VALUE_IS_XXX_DWA2003224_HPP # define VALUE_IS_XXX_DWA2003224_HPP # include <boost/config.hpp> # include <boost/mpl/bool.hpp> # include <boost/preprocessor/enum_params.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/py...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/value_is_xxx.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
238
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_detail_is_shared_ptr_hpp_ #define boost_python_detail_is_shared_ptr_hpp_ #include <boost/python/detail/is_xxx.hpp> #include <boost/shared_ptr.hpp> namespace boost { namespace python { namespace detail { BOOST_PYTHON_IS_XXX_D...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/is_shared_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
128
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef CALLER_DWA20021121_HPP # define CALLER_DWA20021121_HPP # include <boost/python/type_id.hpp> # include <boost/python/handle.hpp> # include <boost/detail/indirect_traits.hpp> # include <boost/pytho...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/caller.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,781
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INDEXING_SUITE_DETAIL_JDG20036_HPP # define INDEXING_SUITE_DETAIL_JDG20036_HPP # include <boost/python/extract.hpp> # include <boost/scoped_ptr.hpp> # include <boost/get_pointer.hpp> # include <boost/detail/binary_search.hpp> # include <b...
/content/code_sandbox/src/boost_1_66_0/boost/python/suite/indexing/detail/indexing_suite_detail.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,609
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PREPROCESSOR_DWA200247_HPP # define PREPROCESSOR_DWA200247_HPP # include <boost/preprocessor/cat.hpp> # include <boost/preprocessor/comma_if.hpp> # include <boost/preprocessor/repeat.hpp> # include <boost/preprocessor/tuple/elem.hpp> // stu...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/preprocessor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
643
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef OVERLOADS_FWD_DWA2002101_HPP # define OVERLOADS_FWD_DWA2002101_HPP namespace boost { namespace python { namespace detail { // forward declarations struct overloads_base; template <class OverloadsT, class NameSpaceT, class SigT> inline v...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/overloads_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
125
```c++ # ifndef BOOST_PYTHON_SYNOPSIS # // accompanying file LICENSE_1_0.txt or copy at # // path_to_url # if !defined(BOOST_PP_IS_ITERATING) # error Boost.Python - do not include this file! # endif # define N BOOST_PP_ITERATION() # define BOOST_PYTHON_MAKE_TUPLE_ARG(z, N, ignored) \ PyTuple_SET_ITEM( ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/make_tuple.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
229
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef IS_AUTO_PTR_DWA2003224_HPP # define IS_AUTO_PTR_DWA2003224_HPP # ifndef BOOST_NO_AUTO_PTR # include <boost/python/detail/is_xxx.hpp> # include <memory> # endif namespace boost { namespace python { namespace detail { # if !defined(BOOST_...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/is_auto_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
151
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CONVERTIBLE_DWA2002614_HPP # define CONVERTIBLE_DWA2002614_HPP # if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 241 # include <boost/mpl/if.hpp> # include <boost/python/detail/type_traits.hpp> # endif // Supplies a runtime is_converti...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/convertible.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
286
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef COPY_CTOR_MUTATES_RHS_DWA2003219_HPP # define COPY_CTOR_MUTATES_RHS_DWA2003219_HPP #include <boost/python/detail/is_auto_ptr.hpp> #include <boost/mpl/bool.hpp> namespace boost { namespace python { namespace detail { template <class T> str...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/copy_ctor_mutates_rhs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
125
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CONSTRUCT_REFERENCE_DWA2002716_HPP # define CONSTRUCT_REFERENCE_DWA2002716_HPP namespace boost { namespace python { namespace detail { template <class T, class Arg> void construct_pointee(void* storage, Arg& x, T const volatile*) { new...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/construct.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
232
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef OPERATOR_ID_DWA2002531_HPP # define OPERATOR_ID_DWA2002531_HPP namespace boost { namespace python { namespace detail { enum operator_id { op_add, op_sub, op_mul, op_div, op_mod, op_divmod, op_pow, op_l...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/operator_id.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
313
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DEF_HELPER_DWA200287_HPP # define DEF_HELPER_DWA200287_HPP # include <boost/python/args.hpp> # include <boost/python/detail/indirect_traits.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/mpl/not.hpp> # include <boost/m...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/def_helper.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,478
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DESTROY_DWA2002221_HPP # define DESTROY_DWA2002221_HPP # include <boost/python/detail/type_traits.hpp> # include <boost/detail/workaround.hpp> namespace boost { namespace python { namespace detail { template <bool array> struct value_destr...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/destroy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
354
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef AIX_INIT_MODULE_DWA2002529_HPP # define AIX_INIT_MODULE_DWA2002529_HPP # ifdef _AIX # include <boost/python/detail/prefix.hpp> # include <cstdio> # ifdef __KCC # include <iostream> // this works around a problem in KCC 4.0f # endif namespa...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/aix_init_module.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
171
```c++ #ifndef BORROWED_PTR_DWA20020601_HPP # define BORROWED_PTR_DWA20020601_HPP // accompanying file LICENSE_1_0.txt or copy at // path_to_url # include <boost/config.hpp> # include <boost/type.hpp> # include <boost/mpl/if.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/python/tag.hpp> namespa...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/borrowed_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
422
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef WRAPPER_BASE_DWA2004722_HPP # define WRAPPER_BASE_DWA2004722_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/type_traits.hpp> namespace boost { namespace python { class override; namespace detail { class wrapper_base; ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/wrapper_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
462
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // The author gratefully acknowleges the support of Dragon Systems, Inc., in // producing this work. // Revision History: // 04 Mar 01 Some fixes so it will compile with Intel C++ (Dave Abrahams) #ifndef CONFIG_DWA052200_H_ # define CONFIG_...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,010
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef UNWRAP_TYPE_ID_DWA2004722_HPP # define UNWRAP_TYPE_ID_DWA2004722_HPP # include <boost/python/type_id.hpp> # include <boost/mpl/bool.hpp> namespace boost { namespace python { template <class T> class wrapper; namespace detail { template <class T> inlin...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/unwrap_type_id.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
153
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // The author gratefully acknowleges the support of Dragon Systems, Inc., in // producing this work. #ifndef NONE_DWA_052000_H_ # define NONE_DWA_052000_H_ # include <boost/python/detail/prefix.hpp> namespace boost { namespace python { namesp...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/none.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
119
```c++ #ifndef BOOST_PP_IS_ITERATING // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef TYPE_LIST_IMPL_DWA2002913_HPP # define TYPE_LIST_IMPL_DWA2002913_HPP # include <boost/python/detail/type_list.hpp> # include <boost/preprocessor/enum_params.hpp> # include <boost/preprocessor/enum_params_w...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/type_list_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
441
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef TARGET_DWA2002521_HPP # define TARGET_DWA2002521_HPP # include <boost/python/detail/preprocessor.hpp> # include <boost/type.hpp> # include <boost/preprocessor/comma_if.hpp> # include <boost/prepr...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/target.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
745
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef IS_WRAPPER_DWA2004723_HPP # define IS_WRAPPER_DWA2004723_HPP # include <boost/python/detail/prefix.hpp> # include <boost/mpl/bool.hpp> namespace boost { namespace python { template <class T> class wrapper; namespace detail { typedef char (&is_not_wrapp...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/is_wrapper.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
184
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MAP_ENTRY_DWA2002118_HPP # define MAP_ENTRY_DWA2002118_HPP namespace boost { namespace python { namespace detail { // A trivial type that works well as the value_type of associative // vector maps template <class Key, class Value> struct m...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/map_entry.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
242
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MPL_LAMBDA_DWA2002122_HPP # define MPL_LAMBDA_DWA2002122_HPP // this header should go away soon # include <boost/mpl/aux_/lambda_support.hpp> # define BOOST_PYTHON_MPL_LAMBDA_SUPPORT BOOST_MPL_AUX_LAMBDA_SUPPORT #endif // MPL_LAMBDA_DWA2002...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/mpl_lambda.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
98
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_PYTHON_DETAIL_TYPE_TRAITS_HPP # define BOOST_PYTHON_DETAIL_TYPE_TRAITS_HPP #include <boost/config.hpp> #ifdef BOOST_NO_CXX11_HDR_TYPE_TRAITS # include <boost/type_traits/transform_traits.hpp> # include <boost/type_traits/same_traits....
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/type_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
773
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef IF_ELSE_DWA2002322_HPP # define IF_ELSE_DWA2002322_HPP # include <boost/config.hpp> namespace boost { namespace python { namespace detail { template <class T> struct elif_selected; template <class T> struct if_selected { template <boo...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/if_else.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
350
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef VALUE_ARG_DWA2004312_HPP # define VALUE_ARG_DWA2004312_HPP # include <boost/python/detail/copy_ctor_mutates_rhs.hpp> # include <boost/mpl/if.hpp> # include <boost/python/detail/indirect_traits.hpp> namespace boost { namespace python { namespace detail { ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/value_arg.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
154
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef UNWRAP_WRAPPER_DWA2004723_HPP # define UNWRAP_WRAPPER_DWA2004723_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/is_wrapper.hpp> # include <boost/mpl/eval_if.hpp> # include <boost/mpl/identity.hpp> namespace boost { namespace ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/unwrap_wrapper.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
195
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url // DEPRECATED HEADER (2006 Jan 12) // Provided only for backward compatibility. // The boost::python::len() function is now defined in object.hpp. #ifndef BOOST_PYTHON_API_PLACE_HOLDER_HPP #define BOOST_PYTHON_API_PLACE_HOLDER_HPP #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/api_placeholder.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
91
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // The author gratefully acknowleges the support of Dragon Systems, Inc., in // producing this work. // This file serves as a wrapper around <Python.h> which allows it to be // compiled with GCC 2.95.2 under Win32 and which disables the defau...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/wrap_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,493
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef SIGNATURE_DWA20021121_HPP # define SIGNATURE_DWA20021121_HPP # include <boost/python/type_id.hpp> # include <boost/python/detail/preprocessor.hpp> # include <boost/python/detail/indirect_traits.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/signature.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
663
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DEPENDENT_DWA200286_HPP # define DEPENDENT_DWA200286_HPP namespace boost { namespace python { namespace detail { // A way to turn a concrete type T into a type dependent on U. This // keeps conforming compilers (those implementing proper 2...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/dependent.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
193
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef POINTEE_DWA2002323_HPP # define POINTEE_DWA2002323_HPP # include <boost/python/detail/type_traits.hpp> namespace boost { namespace python { namespace detail { template <bool is_ptr = true> struct pointee_impl { template <class T> stru...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/pointee.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
172
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FORCE_INSTANTIATE_DWA200265_HPP # define FORCE_INSTANTIATE_DWA200265_HPP namespace boost { namespace python { namespace detail { // Allows us to force the argument to be instantiated without // incurring unused variable warnings template ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/force_instantiate.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
106
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef REFERENT_STORAGE_DWA200278_HPP # define REFERENT_STORAGE_DWA200278_HPP # include <boost/mpl/if.hpp> # include <cstddef> namespace boost { namespace python { namespace detail { struct alignment_dummy; typedef void (*function_ptr)(); typedef ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/referent_storage.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
475
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DECORATED_TYPE_ID_DWA2002517_HPP # define DECORATED_TYPE_ID_DWA2002517_HPP # include <boost/python/type_id.hpp> # include <boost/python/detail/indirect_traits.hpp> # include <boost/python/detail/type_traits.hpp> namespace boost { namespace ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/decorated_type_id.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
557
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef VOID_PTR_DWA200239_HPP # define VOID_PTR_DWA200239_HPP # include <boost/python/detail/type_traits.hpp> namespace boost { namespace python { namespace detail { template <class U> inline U& void_ptr_to_reference(void const volatile* p, U&(*...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/void_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
221
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef SFINAE_DWA2004723_HPP # define SFINAE_DWA2004723_HPP # include <boost/python/detail/prefix.hpp> # if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC) # define BOOST_PYTHON_NO_SFINAE # endif #endif // SFINAE_DWA2004723_HPP ```
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/sfinae.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
93
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef BOOST_PYTHON_DETAIL_DEALLOC_HPP_ # define BOOST_PYTHON_DETAIL_DEALLOC_HPP_ namespace boost { namespace python { namespace detail { extern "C" { inline void dealloc(PyObject* self) { PyObject_Del(self); ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/dealloc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef SCOPE_DWA2002927_HPP # define SCOPE_DWA2002927_HPP # include <boost/python/detail/config.hpp> namespace boost { namespace python { namespace detail { void BOOST_PYTHON_DECL scope_setattr_doc(char const* name, object const& obj, char const*...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/scope.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
102
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PREFIX_DWA2003531_HPP # define PREFIX_DWA2003531_HPP // The rule is that <Python.h> must be included before any system // headers (so it can get control over some awful macros). // Unfortunately, Boost.Python needs to #include <limits.h> fir...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/prefix.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
127
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef DECREF_GUARD_DWA20021220_HPP # define DECREF_GUARD_DWA20021220_HPP namespace boost { namespace python { namespace detail { struct decref_guard { decref_guard(PyObject* o) : obj(o) {} ~decref_guard() { Py_XDECREF(obj); } void ca...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/decref_guard.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
127
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef TRANSLATE_EXCEPTION_TDS20091020_HPP # define TRANSLATE_EXCEPTION_TDS20091020_HPP # include <boost/python/detail/exception_handler.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/call_traits.hpp> # include <boost/funct...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/translate_exception.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
506
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_detail_value_is_shared_ptr_hpp_ #define boost_python_detail_value_is_shared_ptr_hpp_ #include <boost/python/detail/value_is_xxx.hpp> #include <boost/python/detail/is_shared_ptr.hpp> namespace boost { namespace python { namespa...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/value_is_shared_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
148
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef RESULT_DWA2002521_HPP # define RESULT_DWA2002521_HPP # include <boost/type.hpp> # include <boost/python/detail/preprocessor.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/m...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/result.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,067
```c++ // file LICENSE_1_0.txt or copy at path_to_url #ifndef ENABLE_IF_DWA2004722_HPP # define ENABLE_IF_DWA2004722_HPP # include <boost/python/detail/sfinae.hpp> # include <boost/detail/workaround.hpp> #if !defined(BOOST_NO_SFINAE) # include <boost/utility/enable_if.hpp> namespace boost { namespace python { names...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/enable_if.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
207
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef STRING_LITERAL_DWA2002629_HPP # define STRING_LITERAL_DWA2002629_HPP # include <cstddef> # include <boost/type.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/mpl/bool.hpp> # include <boost/detail/workaround.hpp> names...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/string_literal.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
311
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MSVC_TYPEINFO_DWA200222_HPP # define MSVC_TYPEINFO_DWA200222_HPP #include <typeinfo> #include <boost/type.hpp> // // Fix for icc's broken typeid() implementation which doesn't strip // decoration. This fix doesn't handle cv-qualified array ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/msvc_typeinfo.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
568
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MAKE_KEYWORD_RANGE_FN_DWA2002927_HPP # define MAKE_KEYWORD_RANGE_FN_DWA2002927_HPP # include <boost/python/make_function.hpp> # include <boost/python/args_fwd.hpp> # include <boost/python/object/make_holder.hpp> # include <boost/mpl/size.h...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/make_keyword_range_fn.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
570
```c++ /////////////////////////////////////////////////////////////////////////////// // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // /////////////////////////////////////////////////////////////////////////////// #ifndef DEFAULTS_GEN_JDG20020807_HPP #define DEFAULTS_GEN_JDG20020807_HPP #include ...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/defaults_gen.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,490
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_PYTHON_OBJECT_PYTHON_TYPE_H #define BOOST_PYTHON_OBJECT_PYTHON_TYPE_H #include <boost/python/converter/registered.hpp> namespace boost {namespace python {namespace detail{ template <class T> struct python_class : PyObject { type...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/python_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
184
```c++ /////////////////////////////////////////////////////////////////////////////// // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // /////////////////////////////////////////////////////////////////////////////// #if !defined(BOOST_PP_IS_ITERATING) #ifndef DEFAULTS_DEF_JDG20020811_HPP #define DE...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/defaults_def.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,152
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef TYPE_LIST_DWA2002913_HPP # define TYPE_LIST_DWA2002913_HPP # include <boost/config.hpp> # include <boost/python/detail/preprocessor.hpp> # include <boost/preprocessor/arithmetic/inc.hpp> # if BOOST_PYTHON_MAX_ARITY + 2 > BOOST_PYTHON_MAX_BA...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/type_list.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
316
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef RAW_PYOBJECT_DWA2002628_HPP # define RAW_PYOBJECT_DWA2002628_HPP namespace boost { namespace python { namespace detail { // // Define some types which we can use to get around the vagaries of // PyObject*. We will use these to initialize o...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/raw_pyobject.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
217
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CV_CATEGORY_DWA200222_HPP # define CV_CATEGORY_DWA200222_HPP # include <boost/python/detail/type_traits.hpp> namespace boost { namespace python { namespace detail { template <bool is_const_, bool is_volatile_> struct cv_tag { BOOST_STA...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/cv_category.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
228
```objective-c // This file is a modified version of Python 2.2/2.2.1 Python.h. As // such it is: // // Reserved // // boostinspect:nolicense (don't complain about the lack of a Boost license) // // Changes from the original: // 1. #includes <unistd.h> for Python 2.2.1 // 2. Provides missing extern "C" wrapper for...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/python22_fixed.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
967
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef NOT_SPECIFIED_DWA2002321_HPP # define NOT_SPECIFIED_DWA2002321_HPP namespace boost { namespace python { namespace detail { struct not_specified {}; }}} // namespace boost::python::detail #endif // NOT_SPECIFIED_DWA2002321_HPP ```
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/not_specified.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
79
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef IS_XXX_DWA2003224_HPP # define IS_XXX_DWA2003224_HPP # include <boost/detail/is_xxx.hpp> # define BOOST_PYTHON_IS_XXX_DEF(name, qualified_name, nargs) \ BOOST_DETAIL_IS_XXX_DEF(name, qualified_name, nargs) #endif // IS_XXX_DWA2003224_...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/is_xxx.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef UNWIND_TYPE_DWA200222_HPP # define UNWIND_TYPE_DWA200222_HPP # include <boost/python/detail/cv_category.hpp> # include <boost/python/detail/indirect_traits.hpp> # include <boost/python/detail/type_traits.hpp> namespace boost { namespace pyt...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/unwind_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,128
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef VOID_RETURN_DWA200274_HPP # define VOID_RETURN_DWA200274_HPP # include <boost/config.hpp> namespace boost { namespace python { namespace detail { struct void_return { void_return() {} private: void operator=(void_return const&);...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/void_return.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
204
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef EXCEPTION_HANDLER_DWA2002810_HPP # define EXCEPTION_HANDLER_DWA2002810_HPP # include <boost/python/detail/config.hpp> # include <boost/function/function0.hpp> # include <boost/function/function2.hpp> namespace boost { namespace python { nam...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/exception_handler.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
250
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef INVOKE_DWA20021122_HPP # define INVOKE_DWA20021122_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/preprocessor.hpp> # include <boost/python/detail/none.hpp> # include...
/content/code_sandbox/src/boost_1_66_0/boost/python/detail/invoke.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
917
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_internal_hpp_ #define boost_python_numpy_internal_hpp_ /** * @file boost/python/numpy/internal.hpp * @brief Internal header file to include the Numpy C-API headers. * * This should only be included by source f...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/internal.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
227
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_dtype_hpp_ #define boost_python_numpy_dtype_hpp_ /** * @file boost/python/numpy/dtype.hpp * @brief Object manager for Python's numpy.dtype class. */ #include <boost/python.hpp> #include <boost/python/numpy/conf...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/dtype.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
818
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // The author gratefully acknowleges the support of NMR Solutions, Inc., in // producing this work. // Revision History: // 15 Feb 17 Initial version #ifndef CONFIG_NUMPY20170215_H_ # define CONFIG_NUMPY20170215_H_ # include <boost/config....
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
519
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_matrix_hpp_ #define boost_python_numpy_matrix_hpp_ /** * @brief Object manager for numpy.matrix. */ #include <boost/python.hpp> #include <boost/python/numpy/numpy_object_mgr_traits.hpp> #include <boost/python/num...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/matrix.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
566
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_invoke_matching_hpp_ #define boost_python_numpy_invoke_matching_hpp_ /** * @brief Template invocation based on dtype matching. */ #include <boost/python/numpy/dtype.hpp> #include <boost/python/numpy/ndarray.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/invoke_matching.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,130
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_ndarray_hpp_ #define boost_python_numpy_ndarray_hpp_ /** * @brief Object manager and various utilities for numpy.ndarray. */ #include <boost/python.hpp> #include <boost/utility/enable_if.hpp> #include <boost/pyth...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/ndarray.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,683
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_scalars_hpp_ #define boost_python_numpy_scalars_hpp_ /** * @brief Object managers for array scalars (currently only numpy.void is implemented). */ #include <boost/python.hpp> #include <boost/python/numpy/numpy_ob...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/scalars.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
352
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_numpy_object_mgr_traits_hpp_ #define boost_python_numpy_numpy_object_mgr_traits_hpp_ #include <boost/python/numpy/config.hpp> /** * @brief Macro that specializes object_manager_traits by requiring a * so...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/numpy_object_mgr_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
283
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_numpy_ufunc_hpp_ #define boost_python_numpy_ufunc_hpp_ /** * @brief Utilities to create ufunc-like broadcasting functions out of C++ functors. */ #include <boost/python.hpp> #include <boost/python/numpy/numpy_object_mg...
/content/code_sandbox/src/boost_1_66_0/boost/python/numpy/ufunc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,601
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CLASS_DETAIL_DWA200295_HPP # define CLASS_DETAIL_DWA200295_HPP # include <boost/python/handle.hpp> # include <boost/python/type_id.hpp> namespace boost { namespace python { namespace objects { BOOST_PYTHON_DECL type_handle registered_clas...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/class_detail.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
117
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FUNCTION_HANDLE_DWA2002725_HPP # define FUNCTION_HANDLE_DWA2002725_HPP # include <boost/python/handle.hpp> # include <boost/python/detail/caller.hpp> # include <boost/python/default_call_policies.hpp> # include <boost/python/object/py_functio...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/function_handle.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
302
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef LIFE_SUPPORT_DWA200222_HPP # define LIFE_SUPPORT_DWA200222_HPP # include <boost/python/detail/prefix.hpp> namespace boost { namespace python { namespace objects { BOOST_PYTHON_DECL PyObject* make_nurse_and_patient(PyObject* nurse, PyObject...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/life_support.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef STL_ITERATOR_CORE_EAN20051028_HPP # define STL_ITERATOR_CORE_EAN20051028_HPP # include <boost/python/object_fwd.hpp> # include <boost/python/handle_fwd.hpp> namespace boost { namespace python { namespace objects { struct BOOST_PYTHON_DECL ...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/stl_iterator_core.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
179
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FUNCTION_DWA20011214_HPP # define FUNCTION_DWA20011214_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/args_fwd.hpp> # include <boost/python/handle.hpp> # include <boost/function/function2.hpp> # include <boost/python/...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
490
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef POINTER_HOLDER_DWA20011215_HPP # define POINTER_HOLDER_DWA20011215_HPP # include <boost/get_pointer.hpp> # include <boost/type.hpp> # include <boost/python/instance_holder.hpp> # include <boost/py...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/pointer_holder.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,659
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CLASS_DWA20011214_HPP # define CLASS_DWA20011214_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/object_core.hpp> # include <boost/python/type_id.hpp> # include <cstddef> namespace boost { namespace python { namespac...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/class.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
453
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INHERITANCE_QUERY_DWA2003520_HPP # define INHERITANCE_QUERY_DWA2003520_HPP # include <boost/python/type_id.hpp> namespace boost { namespace python { namespace objects { BOOST_PYTHON_DECL void* find_static_type(void* p, type_info src, type_...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/inheritance_query.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
129
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FUNCTION_SIGNATURE_20070531_HPP # define FUNCTION_SIGNATURE_20070531_HPP #include <boost/python/object/function.hpp> #include <boost/python/converter/registrations.hpp> #include <boost/python/str.hpp> #include <boost/python/tuple.hpp> #incl...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/function_doc_signature.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
317
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INHERITANCE_DWA200216_HPP # define INHERITANCE_DWA200216_HPP # include <boost/python/type_id.hpp> # include <boost/shared_ptr.hpp> # include <boost/mpl/if.hpp> # include <boost/detail/workaround.hpp> # include <boost/python/detail/type_trait...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/inheritance.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
822
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef VALUE_HOLDER_FWD_DWA2002311_HPP # define VALUE_HOLDER_FWD_DWA2002311_HPP namespace boost { namespace python { namespace objects { struct no_back_reference; template <class CallbackType = no_back_reference> struct value_holder_generator; ...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/value_holder_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CLASS_WRAPPER_DWA20011221_HPP # define CLASS_WRAPPER_DWA20011221_HPP # include <boost/python/to_python_converter.hpp> #ifndef BOOST_PYTHON_NO_PY_SIGNATURES # include <boost/python/converter/pytype_function.hpp> #endif # include <boost/ref.hp...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/class_wrapper.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
351
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MAKE_PTR_INSTANCE_DWA200296_HPP # define MAKE_PTR_INSTANCE_DWA200296_HPP # include <boost/python/object/make_instance.hpp> # include <boost/python/converter/registry.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/get_p...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/make_ptr_instance.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
518