代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/232657/4696837
java main.java
public class Main {
public static void main(String[] args) {
System.out.println("Start.");
Singleton obj1 = Singleton.getInstance();
Singleton obj2 = Singleton.getInsta
www.eeworm.com/read/453468/7419669
h serversessionmanager.h
#ifndef __SERVER_SESSION_MANAGER_H__
#define __SERVER_SESSION_MANAGER_H__
#pragma once
class ServerSession;
#include
#include
using namespace util;
typedef std::
www.eeworm.com/read/136989/5831902
cpp test_client_module.cpp
// -*- C++ -*-
#include "Test_Client_Module.h"
#include "tao/TAO_Singleton_Manager.h"
#include "tao/StringSeqC.h"
#include "ace/Get_Opt.h"
ACE_RCSID (DLL_ORB,
Test_Client_Module
www.eeworm.com/read/136989/5833167
h be_stream_factory.h
// be_stream_factory.h,v 1.4 2003/11/04 05:21:28 dhinton Exp
/* -*- c++ -*- */
// ============================================================================
//
// = LIBRARY
// TAO IDL Back
www.eeworm.com/read/347993/11619567
hpp logger.hpp
// Copyright E骾n O'Callaghan 2006 - 2007.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boos
www.eeworm.com/read/136989/5837501
h ft_orb_utils_export.h
// -*- C++ -*-
// FT_ORB_Utils_export.h,v 1.4 2004/01/08 19:03:10 jwillemsen Exp
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl TAO_
www.eeworm.com/read/219872/4844850
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/181243/5277723
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/380073/2663898
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/255418/4376039
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {