代码搜索:factory
找到约 10,000 项符合「factory」的源代码
代码结果 10,000
www.eeworm.com/read/167331/9972429
cpp factory.cpp
#include "factory.h"
#include
long CFactory::m_nComObjsInUse=0;
HMODULE CFactory::m_hModule=NULL;
BOOL APIENTRY DllMain(HANDLE hModule,
DWORD dwReason,
www.eeworm.com/read/167331/9972433
h factory.h
#if !defined(AFX_DEMO_H__9DEBDCD4_4592_4D30_9E32_CE26148DB12C__INCLUDED_)
#define AFX_DEMO_H__9DEBDCD4_4592_4D30_9E32_CE26148DB12C__INCLUDED_
#include
#include
#ifde
www.eeworm.com/read/360615/10084857
h factory.h
#ifndef CRYPTOPP_OBJFACT_H
#define CRYPTOPP_OBJFACT_H
#include "cryptlib.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
//! _
template
class ObjectFa
www.eeworm.com/read/359577/10136141
h factory.h
#ifndef CRYPTOPP_OBJFACT_H
#define CRYPTOPP_OBJFACT_H
#include "cryptlib.h"
#include
NAMESPACE_BEGIN(CryptoPP)
//! _
template
class ObjectFactory
{
public:
www.eeworm.com/read/356001/10239685
h factory.h
////////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu
www.eeworm.com/read/280856/10287313
h factory.h
#ifndef FACTORY_HEAD_FILE
#define FACTORY_HEAD_FILE
#pragma once
#include "Array.h"
//////////////////////////////////////////////////////////////////////////
//宏定义
#define INFINITY_COUN
www.eeworm.com/read/162314/10314900
cpp factory.cpp
//Factory.cpp
#include"Factory.h"
#include "Product.h"
#include
using namespace std;
Factory::Factory()
{
}
Factory::~Factory()
{
}
ConcreteFactory::ConcreteFactory()
www.eeworm.com/read/162314/10314905
ncb factory.ncb
www.eeworm.com/read/162314/10314910
h factory.h
//Factory.h
#ifndef _FACTORY_H_
#define _FACTORY_H_
class Product;
class Factory
{
public:
virtual ~Factory()=0;
virtual Product *CreateProduct() =0;
protected:
Factory();
private:
www.eeworm.com/read/162314/10314925
dsw factory.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################