代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/253260/12235412
h namesp.h
// namesp.h
// create the pers and debts namespaces
namespace pers
{
const int LEN = 40;
struct Person
{
char fname[LEN];
char lname[LEN];
};
void getPers
www.eeworm.com/read/337096/12391711
h namesp.h
// namesp.h
// create the pers and debts namespaces
namespace pers
{
const int LEN = 40;
struct Person
{
char fname[LEN];
char lname[LEN];
};
void getPers
www.eeworm.com/read/123255/14641647
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 gsmlib sub
www.eeworm.com/read/390812/2524484
java xalanxpathtestcase.java
package org.xbrlapi.data.dom.framework.tests;
/**
* Test the Xalan XPath processor implementation
* of XPath querying of DOM objects where
* the XPath includes namespaces that are
* only used on a
www.eeworm.com/read/390812/2524706
java xalanxpathtestcase.java
package org.xbrlapi.data.dom.framework.tests;
/**
* Test the Xalan XPath processor implementation
* of XPath querying of DOM objects where
* the XPath includes namespaces that are
* only used on a
www.eeworm.com/read/473772/6840055
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 gsmlib sub
www.eeworm.com/read/100559/15872353
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 gsmlib sub
www.eeworm.com/read/366065/9834399
test namespace.test
# Functionality covered: this file contains a collection of tests for the
# procedures in tclNamesp.c that implement Tcl's basic support for
# namespaces. Other namespace-related tests appear in varia
www.eeworm.com/read/363445/9951325
as sampleinnernamespace.as
package org.kingda.book.basicoop.namespaces
{
import flash.display.Sprite;
public class SampleInnerNamespace extends Sprite
{
public function SampleInnerNamespace() {
var foo:Foo = new