代码搜索:enum

找到约 10,000 项符合「enum」的源代码

代码结果 10,000
www.eeworm.com/read/187332/5224554

sgml enum.sgml

www.eeworm.com/read/184888/5244203

c enum.c

/* * $Id: enum.c,v 1.7 2006/02/03 18:04:22 bogdan_iancu Exp $ * * Enum and E164 related functions * * Copyright (C) 2002-2003 Juha Heinanen * * This file is part of openser, a free SIP server.
www.eeworm.com/read/184888/5244205

h enum.h

/* * $Id: enum.h,v 1.2 2006/01/30 16:40:12 bogdan_iancu Exp $ * * Header file for Enum and E164 related functions * * Copyright (C) 2002-2003 Juha Heinanen * * This file is part of openser, a f
www.eeworm.com/read/184888/5244210

sgml enum.sgml

www.eeworm.com/read/180222/5288433

cpp enum.cpp

//: C03:Enum.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Keeping track of shapes enum Sha
www.eeworm.com/read/180137/5290515

c enum.c

static char rcsid[] = "$Id: enum.c,v 2.2 1997/08/27 18:06:28 sxw Exp $"; /* * enum.c - Enumerate RootNode URLs into LeafNode URLs. Also produce * Timestamps or MD5s for each LeafNode URL to suppo
www.eeworm.com/read/178760/5313562

c enum.c

/* Test the types of enum. */ #include enum _SimpleEnum { SIMPLE_ZERO, SIMPLE_ONE, SIMPLE_TWO }; enum _ValuesEnum { VALUES_ZERO, VALUES_FIVE = 5, VALUES_SIX, VALUES_SEVEN,
www.eeworm.com/read/178760/5313721

c enum.c

#ifdef TEST1 enum tag { first, second, third }; #endif #ifdef TEST2 enum tag { first, /* IGNORE */ second, third, first, /* ERROR */ fourth }; #endif #ifdef TEST3 enum { first, /
www.eeworm.com/read/173175/5376049

hpp enum.hpp

//----------------------------------------------------------------------------- // boost mpl/aux_/preprocessor/enum.hpp header file // See http://www.boost.org for updates, documentation, and revision
www.eeworm.com/read/168845/5431419

hpp enum.hpp

#ifndef BOOST_MPL_AUX_PREPROCESSOR_ENUM_HPP_INCLUDED #define BOOST_MPL_AUX_PREPROCESSOR_ENUM_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software Lic