代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/253260/12234697
cpp namesp.cpp
// namesp.cpp -- namespaces
#include
#include "namesp.h"
namespace pers
{
using std::cout;
using std::cin;
void getPerson(Person & rp)
{
cout
www.eeworm.com/read/253260/12235416
cpp namesp.cpp
// namesp.cpp -- namespaces
#include
#include "namesp.h"
namespace pers
{
using std::cout;
using std::cin;
void getPerson(Person & rp)
{
cout
www.eeworm.com/read/337096/12391715
cpp namesp.cpp
// namesp.cpp -- namespaces
#include
#include "namesp.h"
namespace pers
{
using std::cout;
using std::cin;
void getPerson(Person & rp)
{
cout
www.eeworm.com/read/208176/15251602
cs itemsets.cs
using System;
using System.Collections;
using System.Text;
///
/// The VISUAL_BASIC_DATA_MINING_NET namespace contains namespaces and classes used by this assembly.
///
www.eeworm.com/read/474814/1388728
itcl mkindex.itcl
# Test file for:
# auto_mkindex
#
# This file provides example cases for testing the Tcl autoloading
# facility. Things are much more complicated with namespaces and classes.
# The "auto_mkindex" f
www.eeworm.com/read/470720/1445360
c externc3.c
// Test that two extern "C" declarations of the same name in different
// namespaces are treated as declaring the same function.
namespace foo {
extern "C" int f ();
}
extern "C" int f () { return
www.eeworm.com/read/470693/1457306
c externc3.c
// Test that two extern "C" declarations of the same name in different
// namespaces are treated as declaring the same function.
namespace foo {
extern "C" int f ();
}
extern "C" int f () { return