代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/401439/11557706
c parse.c
#include
/* namespaces */
#if defined(__cplusplus) && defined(YYSTDCPPLIB)
using namespace std;
#endif
#if defined(__cplusplus) && defined(YYNAMESPACE)
using namespace yl;
#endif
www.eeworm.com/read/401439/11557710
c scan.c
#include
/* namespaces */
#if defined(__cplusplus) && defined(YYSTDCPPLIB)
using namespace std;
#endif
#if defined(__cplusplus) && defined(YYNAMESPACE)
using namespace yl;
#endif
www.eeworm.com/read/324136/3506082
test init.test
# Functionality covered: this file contains a collection of tests for the
# auto loading and namespaces.
#
# Sourcing this file into Tcl runs the tests and generates output for
# errors. No output mea
www.eeworm.com/read/413849/2158467
js xpath.js
// Copyright 2005 Google Inc.
// All Rights Reserved
//
// An XPath parser and evaluator written in JavaScript. The
// implementation is complete except for functions handling
// namespaces.
//
www.eeworm.com/read/413849/2158471
js xpath.js
// Copyright 2005 Google Inc.
// All Rights Reserved
//
// An XPath parser and evaluator written in JavaScript. The
// implementation is complete except for functions handling
// namespaces.
//
www.eeworm.com/read/473001/6853995
cpp namespac.cpp
// BZ_NAMESPACES
namespace computers {
class keyboard {
public:
int getkey() const;
};
int keyboard::getkey() const
{
return 0;
}
}
namespace music {
class keyboard {
www.eeworm.com/read/373837/9432772
developers readme.developers
OVERVIEW
The GSM library is written in C++ and uses the latest C++
features: namespaces, exceptions, the standard template library.
The actual library source code is in the gsmli
www.eeworm.com/read/365020/9882117
developers readme.developers
OVERVIEW
The GSM library is written in C++ and uses the latest C++
features: namespaces, exceptions, the standard template library.
The actual library source code is in the gsmli
www.eeworm.com/read/166780/9998515
developers readme.developers
OVERVIEW
The GSM library is written in C++ and uses the latest C++
features: namespaces, exceptions, the standard template library.
The actual library source code is in the gsmli