代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/476331/1371770
cs singleton.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace CSharp
{
public class SomeData
{
}
public class Singleton
{
private static SomeDa
www.eeworm.com/read/476331/1371772
cpp singleton.cpp
#include "StdAfx.h"
#include "Singleton.h"
Singleton::Singleton(void)
{
}
www.eeworm.com/read/476331/1371796
h singleton.h
#pragma once
namespace Wrox
{
namespace ProCSharp
{
public ref class SomeData
{
};
public ref class Singleton
{
private:
static SomeData^ hData;
public:
static SomeData^
www.eeworm.com/read/476331/1371820
vb singleton.vb
Imports System
Imports System.Collections.Generic
Imports Message = System.Messaging
Namespace Wrox.ProCSharp.Languages
End Namespace
Public Class SomeData
End Class
Public Class Sing
www.eeworm.com/read/472283/1411924
cpp singleton.cpp
////////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu, An
www.eeworm.com/read/472283/1411933
h singleton.h
////////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu, An
www.eeworm.com/read/470720/1445594
c singleton.c
// This tests two things:
// 1. there is an annoying warning.
// singleton.C:26: warning: `class singleton' only defines private constructors and has no friends
// egcs fails to see that there is a pu
www.eeworm.com/read/470693/1457540
c singleton.c
// This tests two things:
// 1. there is an annoying warning.
// singleton.C:26: warning: `class singleton' only defines private constructors and has no friends
// egcs fails to see that there is a pu
www.eeworm.com/read/468708/1483593
h singleton.h
/* This file is part of the OpenLB library
*
* Copyright (C) 2006, 2007 Jonas Latt
* Address: Rue General Dufour 24, 1211 Geneva 4, Switzerland
* E-mail: jonas.latt@gmail.com
*
* This pro