代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/474658/6804621
cpp unique.cpp
/* *单件模式
* 无法实现?链接错误!
*/
#include
using namespace std;
class Singleton
{
private:
static Singleton* uniqueInstance;
Singleton();
public:
static Singleton* getStruct
www.eeworm.com/read/294538/8219390
h timermanager.h
/*
* Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/293212/8307576
lst headers.lst
AbstractFactory.h
AssocVector.h
DataGenerators.h
EmptyType.h
Factory.h
Functor.h
HierarchyGenerators.h
MultiMethods.h
NullType.h
Singleton.h
SmallObj.h
SmartPtr.h
static_check.h
Threads.h
www.eeworm.com/read/369296/9656224
h shared.h
// Shared.h: interface for the Shared Define.
//
//////////////////////////////////////////////////////////////////////
#ifndef __SHARED_DEFINE__
#define __SHARED_DEFINE__
/////////////////////
www.eeworm.com/read/202497/15380611
cpp webcoreviewfactory.cpp
#include "WebCoreViewFactory.h"
WebCoreViewFactory* WebCoreViewFactory::m_sharedFactory = 0;
WebCoreViewFactory::WebCoreViewFactory()
{
}
WebCoreViewFactory::~WebCoreViewFactory()
{
}
const GLis
www.eeworm.com/read/110993/15520586
cpp visitortrashprototypeinit.cpp
//: C25:VisitorTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
www.eeworm.com/read/110993/15520598
cpp trashprototypeinit.cpp
//: C25:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Performs ini
www.eeworm.com/read/110993/15520611
cpp ddtrashprototypeinit.cpp
//: C25:DDTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include "Typ
www.eeworm.com/read/101169/15842202
h scheduler.h
// Scheduler.h
//
// Maintains internal timers and executes scheduled tasks
//
// Notes:
// timerChangesLastFrame is the key to execute scheduled tasks.
// It stores the number of counter limi
www.eeworm.com/read/136989/5829046
h fp_dt_creator_export.h
// -*- C++ -*-
// fp_dt_creator_export.h,v 1.1 2003/07/24 07:08:23 yamuna Exp
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl FP_DT_C