代码搜索结果
找到约 10,000 项符合
Smart Home 的代码
smart_ptr.cpp
// file : Test/ReferenceCounting/SmartPtr/smart_ptr.cpp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpac
smart-config.txt
Smart CONFIG_* Dependencies
1 August 1999
Michael Chastain
Werner Almesberger
Martin von Loewis
Here is the problem:
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
smart_ci.asm
; D12CI.ASM generated and modified from: D12CI.C
$NOMOD51
NAME D12CI
P0 DATA 080H
P1 DATA 090H
P2 DATA 0A0H
P3 DATA 0B0H
T0 BIT 0B0H.4
AC BIT 0D0H.6
T1 BIT 0B0H.5
EA BIT 0A8H.7
IE DAT
smart_ptr.cpp
// file : Test/ReferenceCounting/SmartPtr/smart_ptr.cpp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpac
smart_proxies.mpb
// -*- MPC -*-
// smart_proxies.mpb,v 1.8 2005/08/11 11:47:23 elliott_c Exp
project: taolib_with_idl {
after += SmartProxies
libs += TAO_SmartProxies
idlflags += -Gsp
}
smart_ptr.hpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006. Distributed under the Boost
// Software License, Version 1.0. (See accompanying f
smart_ptrut.py
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://
smart_ptr.h
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://ww
smart_ptr.h
// smart_ptr.h -- by Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Smart (ref-counting) pointer classes. Uses