代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/192230/5159704
exp enum.exp
# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/192230/5159727
ch enum.ch
hugo: module
synmode m_set = set (a, b, c, d, e, f, g, h, i);
dcl x long;
dcl y m_set;
writetext (stdout, "done.%/");
end hugo;
www.eeworm.com/read/191602/5165015
h enum.h
/*
* pdns.h
*
* PWLib library for ENUM lookup
*
* Portable Windows Library
*
* Copyright (C) 2004 Post Increment
*
* The contents of this file are subject to the Mozilla Public Licen
www.eeworm.com/read/191602/5165208
cxx enum.cxx
/*
* enum.cxx
*
* Portable Windows Library
*
* Copyright (C) 2004 Post Increment
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License");
www.eeworm.com/read/190666/5173693
c enum.c
// Build don't link:
// GROUPS passed enums
template
struct templ
{
enum { val = 0 };
};
struct Foo
{
enum {
bar = 0,
len = templ::val
};
};
void func()
{
int s = Foo:
www.eeworm.com/read/190666/5175573
c enum.c
// PRMS Id: 4337
// Bug: Enums are not looked up to arbitrary depth.
// Build don't link:
struct W {
enum A { B };
};
struct X : public W
{};
struct Y : public X
{};
struct S
{
X::A a1;
Y::A
www.eeworm.com/read/189855/5191495
bpf enum.bpf
USEUNIT("EnumMain.cpp");
//---------------------------------------------------------------------------
This file is used by the project manager only and should be treated like the project file
ma
www.eeworm.com/read/187332/5224547
c enum.c
/*
* $Id: enum.c,v 1.18 2004/12/03 19:09:32 andrei Exp $
*
* Enum and E164 related functions
*
* Copyright (C) 2002-2003 Juha Heinanen
*
* This file is part of ser, a free SIP server.
*
* ser
www.eeworm.com/read/187332/5224549
h enum.h
/*
* $Id: enum.h,v 1.4 2003/12/17 06:04:48 jih Exp $
*
* Header file for Enum and E164 related functions
*
* Copyright (C) 2002-2003 Juha Heinanen
*
* This file is part of ser, a free SIP serve