x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
python_type.hpp - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\python\detail\python_type.hpp
Girar
Efecto
Propiedad
Historial
// Copyright Nikolay Mladenov 2007. // 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 BOOST_PYTHON_OBJECT_PYTHON_TYPE_H #define BOOST_PYTHON_OBJECT_PYTHON_TYPE_H #include
namespace boost {namespace python {namespace detail{ template
struct python_class : PyObject { typedef python_class
this_type; typedef T type; static void *converter (PyObject *p){ return p; } static void register_() { static bool first_time = true; if ( !first_time ) return; first_time = false; converter::registry::insert(&converter, boost::python::type_id
(), &converter::registered_pytype_direct
::get_pytype); } }; }}} //namespace boost :: python :: detail #endif //BOOST_PYTHON_OBJECT_PYTHON_TYPE_H
python_type.hpp
Dirección de la página
Dirección del archivo
Anterior
42/65
Siguiente
Descargar
( 973 B )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.