代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/411488/2187208
h _auto_ptr.h
/*
* Copyright (c) 1997-1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* o
www.eeworm.com/read/411419/2188679
hpp shared_ptr.hpp
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#define BOOST_SHARED_PTR_HPP_INCLUDED
//
// shared_ptr.hpp
//
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002, 2003 Peter
www.eeworm.com/read/411419/2188684
hpp weak_ptr.hpp
#ifndef BOOST_WEAK_PTR_HPP_INCLUDED
#define BOOST_WEAK_PTR_HPP_INCLUDED
//
// weak_ptr.hpp
//
// Copyright (c) 2001, 2002, 2003 Peter Dimov
//
// Distributed under the Boost Software License, Versi
www.eeworm.com/read/410728/2205196
exp member-ptr.exp
# Copyright 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
# This file is part of the gdb testsuite
# This program is free software; you can redistribute it and/or modify
# it under the terms
www.eeworm.com/read/410728/2205231
cc member-ptr.cc
/* This testcase is part of GDB, the GNU debugger.
Copyright 1998, 1999, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/400650/2347894
h auto_ptr.h
// $Id: auto_ptr.h 2501 2007-11-20 02:33:29Z benkirk $
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software
www.eeworm.com/read/400650/2348232
hpp shared_ptr.hpp
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#define BOOST_SHARED_PTR_HPP_INCLUDED
//
// shared_ptr.hpp
//
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002, 2003 Peter
www.eeworm.com/read/393286/2480802
c hil_ptr.c
/*
* Generic linux-input device driver for axis-bearing devices
*
* Copyright (c) 2001 Brian S. Julin
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/392773/2490801
h _auto_ptr.h
/*
* Copyright (c) 1997-1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* o
www.eeworm.com/read/389864/2535236
h smart_ptr.h
#ifndef CODELITE_SMART_PTR_H
#define CODELITE_SMART_PTR_H
/**
* A smart pointer class that provides a reference counting and auto delete memory.
*
* This class is similar to std::auto_ptr, with 2