代码搜索:impl

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

代码结果 10,000
www.eeworm.com/read/416830/2107466

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/416830/2107467

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/416830/2107621

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/416830/2107623

cc val_impl.cc

#include CORBA::ValueBase* ValFactory_impl::create_for_unmarshal() { return new Val_impl; }
www.eeworm.com/read/415680/2133518

pas serverservice_impl.pas

//------------------------------------------------------------------------------ // // This Chrome source code was generated by a tool. // Chrome Version: 2.0.3.411 //
www.eeworm.com/read/415240/2137678

h xmltok_impl.h

/* The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Licens
www.eeworm.com/read/415240/2137688

c xmltok_impl.c

/* The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Licens
www.eeworm.com/read/412408/2170551

h csd_impl.h

#ifndef _CSD_IMPL_H_ #define _CSD_IMPL_H_ #include "rmdef/rmdef.h" #include "gbuslib/include/gbus_fifo.h" #define MAX_SOFTWARE_VERSION_LENGTH 20 struct SCsdDescramblerChannelID { RMuint32 channel_
www.eeworm.com/read/411046/2194087

cxx sipudp_impl.cxx

/* ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. * * Redist
www.eeworm.com/read/411046/2194196

hxx sipudp_impl.hxx

#ifndef SipUdp_impl_HXX #define SipUdp_impl_HXX /* ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000 Vovida Ne