代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5434688
cpp utf8_codecvt_facet.cpp
// Copyright Vladimir Prus 2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
#incl
www.eeworm.com/read/136989/5837052
cpp notify_extensions.cpp
// Notify_Extensions.cpp,v 1.3 2003/04/03 20:36:19 pradeep Exp
#include "Notify_Extensions.h"
TAO_NAMESPACE_TYPE (const char *const)
TAO_NAMESPACE_BEGIN (TAO_Notify_Extensions)
TAO_NAMESPACE_D
www.eeworm.com/read/185622/9009905
txt rfc2611.txt
Network Working Group L. Daigle
Request for Comments: 2611 Thinking Cat Enterprises
BCP: 33
www.eeworm.com/read/465477/6937365
txt rfc2611.txt
Network Working Group L. Daigle
Request for Comments: 2611 Thinking Cat Enterprises
BCP: 33
www.eeworm.com/read/124619/6044174
h identifierreferencelist.h
namespace XRef
{
class IdentifierReferenceList;
};
class XRef::IdentifierReferenceList
{
};
www.eeworm.com/read/162614/5517371
c using1.c
void f();
namespace N {
using ::f;
}
bool b;
void g() {
b = N::f == ::f;
}
www.eeworm.com/read/162614/5518725
c ns1.c
// PR c++/14821
namespace A {
namespace B {}
}
namespace A {
namespace Alias = ::A::B;
}
namespace A {
namespace Alias = ::A::B;
}
www.eeworm.com/read/235551/14064052
cpp writerinterface.cpp
#include "WriterInterface.h"
namespace DoxEngine
{
WriterInterface::~WriterInterface()
{
}
}