代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/247212/4484583
cc derived_impl.cc
#include "derived_impl.h"
derived_impl::derived_impl()
{
}
www.eeworm.com/read/247212/4484588
h derived_impl.h
#ifndef __DERIVED_IMPL_H__
#define __DERIVED_IMPL_H__
#include "derived.h"
#include "base_impl.h"
class derived_impl : virtual public base_impl,
virtual public POA_derived
{
p
www.eeworm.com/read/247212/4484590
h base_impl.h
#ifndef __BASE_IMPL_H__
#define __BASE_IMPL_H__
#include "base.h"
class base_impl : virtual public POA_base
{
base_var val;
public:
base_impl();
void m( base_ptr x );
base_ptr m();
};
#end
www.eeworm.com/read/247212/4484591
cc base_impl.cc
#include "base_impl.h"
base_impl::base_impl()
{
}
void base_impl::m( base_ptr x )
{
assert( !CORBA::is_nil( x ) );
val = base::_duplicate( x );
assert( !CORBA::is_nil( val ) );
}
base_ptr bas
www.eeworm.com/read/247212/4484745
h val_impl.h
#ifndef __VAL_IMPL_H__
#define __VAL_IMPL_H__
#include
class Val_impl
: virtual public OBV_Val,
virtual public CORBA::DefaultValueRefCountBase
{
};
class ValFactory_impl
: vi
www.eeworm.com/read/247212/4484747
cc val_impl.cc
#include
CORBA::ValueBase*
ValFactory_impl::create_for_unmarshal()
{
return new Val_impl;
}
www.eeworm.com/read/243567/4522148
h pci_impl.h
/* $Id: pci_impl.h,v 1.9 2001/06/13 06:34:30 davem Exp $
* pci_impl.h: Helper definitions for PCI controller support.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
*/
#ifndef PCI_IMPL
www.eeworm.com/read/243567/4522455
h machvec_impl.h
/*
* linux/arch/alpha/kernel/machvec.h
*
* Copyright (C) 1997, 1998 Richard Henderson
*
* This file has goodies to help simplify instantiation of machine vectors.
*/
#include
www.eeworm.com/read/243567/4522464
h irq_impl.h
/*
* linux/arch/alpha/kernel/irq_impl.h
*
* Copyright (C) 1995 Linus Torvalds
* Copyright (C) 1998, 2000 Richard Henderson
*
* This file contains declarations and inline functions for interfacin
www.eeworm.com/read/243567/4522492
h pci_impl.h
/*
* linux/arch/alpha/kernel/pci_impl.h
*
* This file contains declarations and inline functions for interfacing
* with the PCI initialization routines.
*/
struct pci_dev;
struct pci_controller;