代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/420998/2058063
cc simple_impl.cc
#include "simple_impl.h"
// Implementation for interface simple
void
simple_impl::func( CORBA::Char id ) throw( ::CORBA::SystemException) {
// cout
www.eeworm.com/read/420998/2058070
h simple_impl.h
#ifndef __SIMPLE_IMPL_H__
#define __SIMPLE_IMPL_H__
#include "simple.h"
// Implementation for interface simple
class simple_impl : virtual public POA_simple
{
public:
void func( CORBA::Char
www.eeworm.com/read/420998/2058220
cc derived_impl.cc
#include "derived_impl.h"
derived_impl::derived_impl()
{
}
www.eeworm.com/read/420998/2058225
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/420998/2058227
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/420998/2058228
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/420998/2058382
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/420998/2058384
cc val_impl.cc
#include
CORBA::ValueBase*
ValFactory_impl::create_for_unmarshal()
{
return new Val_impl;
}
www.eeworm.com/read/418310/2090346
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/418310/2090356
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