代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/120923/14783382

cpp visitortrashpinit.cpp

//: C11:VisitorTrashPInit.cpp {O} // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. #include "Visitor.
www.eeworm.com/read/120923/14783423

cpp ddtrashprotoinit.cpp

//: C11:DDTrashProtoInit.cpp {O} // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. #include "TypedBin.
www.eeworm.com/read/120400/14804011

h smtclnr.h

// SmtClnr.h : interface and implementation of CSmartCleaner class // ///////////////////////////////////////////////////////////////////////////// // CSmartCleaner is responsible for the cleanup
www.eeworm.com/read/120400/14804017

h loghndlr.h

// LogHndlr.h : interface of the CLogHndlr class // ///////////////////////////////////////////////////////////////////////////// // Written by : T. Kulathu Sarma // This file is part of Singl
www.eeworm.com/read/120400/14804020

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // // This file is part of Singleton application to demonstrate the concept of Singleton classes. // This file is generated by AppWizard an
www.eeworm.com/read/120400/14804022

h singletondoc.h

// SingletonDoc.h : interface of the CSingletonDoc class // ///////////////////////////////////////////////////////////////////////////// // This file is part of Singleton application to demonstr
www.eeworm.com/read/120400/14804024

h msghndlrreg.h

// MsgHndlrReg.h : interface and implementation of CMsgHndlrRegistry class // ///////////////////////////////////////////////////////////////////////////// // Runtime class information of Messag
www.eeworm.com/read/120274/14808090

h singletontest.h

/////////////////////////////////////////////////////////////////////////////// // Unit Test for SINGLETON // #ifndef SINGLETONTEST_H #define SINGLETONTEST_H #include "..\..\..\include\p
www.eeworm.com/read/118155/14885238

py borgsingleton.py

#: c01:BorgSingleton.py # Alex Martelli's 'Borg' class Borg: _shared_state = {} def __init__(self): self.__dict__ = self._shared_state class Singleton(Borg): def __init__(self, ar
www.eeworm.com/read/161559/5551337

sql d_voipglobals_trig.sql

DROP TRIGGER voipglobals_bi_trig ON voipglobals; DROP FUNCTION voipglobals_singleton_guard();