代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/408091/11405467
h stringc.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef StringC_INCLUDED
#define StringC_INCLUDED 1
#include "types.h"
#include "StringOf.h"
#ifdef SP_NAMESPACE
na
www.eeworm.com/read/338797/12282975
h arc4.h
#ifndef CRYPTOPP_ARC4_H
#define CRYPTOPP_ARC4_H
#include "strciphr.h"
NAMESPACE_BEGIN(CryptoPP)
namespace Weak1 {
//! _
class CRYPTOPP_NO_VTABLE ARC4_Base : public VariableKeyLength
www.eeworm.com/read/227305/14432922
h msoffice.h
#ifndef DSO_MSOFFICE_
#define DSO_MSOFFICE_
//#define SUPPORT_WPS
#import "TypeLib\MSADDNDR.DLL" raw_interfaces_only, raw_native_types, no_namespace, named_guids
#import "TypeLib\mso9.dll"
www.eeworm.com/read/226200/14490135
h arc4.h
#ifndef CRYPTOPP_ARC4_H
#define CRYPTOPP_ARC4_H
#include "strciphr.h"
NAMESPACE_BEGIN(CryptoPP)
namespace Weak1 {
//! _
class CRYPTOPP_NO_VTABLE ARC4_Base : public VariableKeyLength
www.eeworm.com/read/116388/14976760
cpp pr26007.cpp
////////////////////////////////////////
// File Name: pr26007.cpp
////////////////////////////////////////
#include
////////////////////////////////////////
// Namespace definition.
www.eeworm.com/read/162614/5517489
c ambig5.c
// PR c++/13377
// Origin: Boris Kolpackov
// { dg-do compile }
namespace N
{
namespace M {} // { dg-error "M" }
}
namespace M {} // { dg-error "M" }
using namespace
www.eeworm.com/read/162614/5517736
c explicit1.c
// { dg-do compile }
// Origin: stefaandr@hotmail.com
// PR c++/12403: ICE when explicit specialization is not in
// namespace scope.
struct foo {
template void bar (T &t) {}
www.eeworm.com/read/162614/5521028
c template5.c
// { dg-do run }
//Check whether namespace-scoped template instantiations
//are mangled differently.
namespace X{
template
struct Y{
int f(T){
return 1;
}
template
www.eeworm.com/read/160301/5575663
h hash.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Hash_INCLUDED
#define Hash_INCLUDED 1
#ifdef __GNUG__
#pragma interface
#endif
#include "StringC.h"
#ifdef
www.eeworm.com/read/160301/5575699
h stringc.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef StringC_INCLUDED
#define StringC_INCLUDED 1
#include "types.h"
#include "StringOf.h"
#ifdef SP_NAMESPACE
na