代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/139332/5801957

hpp archive_pointer_oserializer.hpp

#ifndef BOOST_ARCHIVE_ARCHIVE_POINTER_OSERIALIZER_POINTER_HPP #define BOOST_ARCHIVE_ARCHIVE_POINTER_OSERIALIZER_POINTER_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_
www.eeworm.com/read/139332/5801960

hpp basic_pointer_oserializer.hpp

#ifndef BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP #define BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_
www.eeworm.com/read/139332/5801966

hpp archive_pointer_iserializer.hpp

#ifndef BOOST_ARCHIVE_ARCHIVE_POINTER_ISERIALIZER_POINTER_HPP #define BOOST_ARCHIVE_ARCHIVE_POINTER_ISERIALIZER_POINTER_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_
www.eeworm.com/read/139332/5801992

ipp archive_pointer_oserializer.ipp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // archive_pointer_oserializer.ipp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification
www.eeworm.com/read/139332/5802005

ipp archive_pointer_iserializer.ipp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // pointer_iserializer.ipp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and dist
www.eeworm.com/read/139332/5802463

hpp opaque_pointer_converter.hpp

// Copyright Gottfried Gan遖uge 2003. // 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) /* * G
www.eeworm.com/read/139332/5802576

hpp pointer_type_id.hpp

// Copyright David Abrahams 2002. // 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 PO
www.eeworm.com/read/139332/5802637

hpp return_opaque_pointer.hpp

// Copyright Gottfried Gan遖uge 2003. // 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) /* * G
www.eeworm.com/read/125819/6021051

c scott-pointer1.c

/* Pointer tests */ #include unsigned int aint0 = 0; unsigned int aint1 = 0; unsigned char achar0 = 0; unsigned char achar1 = 0; unsigned char *acharP = 0; void f1 (unsigned char *ucP)