代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/275640/10805248
m4 ac_cxx_have_sstream.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_have_sstream.html
dnl
AC_DEFUN([AC_CXX_HAVE_SSTREAM],
[AC_CACHE_CHECK(whether the compil
www.eeworm.com/read/131283/5947036
in loggerconfig.h.in
#ifndef __GradSoft_LoggerConfig_h
#define __GradSoft_LoggerConfig_h
/*
* part of GradSoft C++ ToolBox: Logger
* (C) GradSoft, 2000, 2001
* author: Ruslan Shevchenko ,
www.eeworm.com/read/493654/6388458
m4 ac_cxx_have_sstream.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_have_sstream.html
dnl
AC_DEFUN([AC_CXX_HAVE_SSTREAM],
[AC_CACHE_CHECK(whether the compil
www.eeworm.com/read/474814/1388737
test namespace.test
#
# Tests for classes within namespaces
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations for Lucent Technolo
www.eeworm.com/read/323581/3513545
test namespace.test
#
# Tests for classes within namespaces
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations for Lucent Technolo
www.eeworm.com/read/363445/9951351
as importantsample.as
package org.kingda.book.namespaces
{
import flash.display.Sprite;
import org.kingda.book.namespaces.*;
use namespace night;
use namespace noon;
use namespace morning;
//本节例子可以看出,如果是在类外定义的
www.eeworm.com/read/131283/5947056
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_SUBST(PACKAGE, ThreadingDemos)
AC_SUBST(VERSION, 1.0)
AC_CONFIG_AUX_DIR(../../config)
project_root=`pwd`
AC_SUBST(proje
www.eeworm.com/read/216898/14988166
m4 ac_cxx_have_complex_fcns.m4
AC_DEFUN([AC_CXX_HAVE_COMPLEX_FCNS],
[AC_CACHE_CHECK(whether the compiler has standard complex functions,
ac_cv_cxx_have_complex_fcns,
[AC_REQUIRE([AC_CXX_NAMESPACES])
AC_LANG_SAVE
AC_LANG_CPL