代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/120400/14804034
h singleton.h
// Singleton.h : main header file for the SINGLETON application
//
// This file is part of Singleton application to demonstrate the concept of Singleton classes.
// This file is generated by AppW
www.eeworm.com/read/120274/14808106
h singleton.h
/* -*- C++ -*- */
#ifndef _XP_SINGLETON_H
#define _XP_SINGLETON_H
/**
* @class Singleton
*
* If you want to make sure that only the singleton instance of
* is created, and that us
www.eeworm.com/read/119738/14823586
omt singleton.omt
www.eeworm.com/read/116177/14983780
cdi singleton.cdi
www.eeworm.com/read/115943/14995662
h singleton.h
/* Copyright (C) Steve Rabin, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source
www.eeworm.com/read/209853/15212789
cpp singleton.cpp
//: C10:Singleton.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Static member of same type, en
www.eeworm.com/read/4782/39968
h singleton.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ
www.eeworm.com/read/11139/202918
py singleton.py
# Copyright (c) 2006-2007 Chad Metcalf
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files
www.eeworm.com/read/16782/689357