代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518264
h interface2.h
#pragma interface
template
struct C
{
explicit C(const T& t) : a(t) { }
virtual ~C() { }
T a;
};
www.eeworm.com/read/162614/5523381
f90 fnresvar.f90
! Explicit function rsult variables
function fnresvar() result (r)
integer r
r = 0
end function
www.eeworm.com/read/237003/13983896
texi compiling.texi
@node compiling
@section Compiling with Blitz++
@subsection Header files
@cindex header files, convention
@cindex @file{blitz} header files
Blitz++ follows an X-windows style convention for header
www.eeworm.com/read/100259/15879634
bas ircpre2.bas
Attribute VB_Name = "Module1"
' This forces you to define all variables, good
' programming practice
Option Explicit
' This simply says any variable not defined
' a type, will default to integer
www.eeworm.com/read/343546/11942354
h sigcconfig.h
/* sigc++/config/sigcconfig.h. Generated by configure. */
/* sigc++/config/sigcconfig.h.in. */
/*
This file controls all the configurablity of sigc++ with regards
to different compilers. If
www.eeworm.com/read/292231/8366274
def cj60lib.def
; CJ60Lib.def : Declares the module parameters for the DLL.
;LIBRARY "CJ60Lib"
DESCRIPTION 'CJ60Lib Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/191997/8411672
vb generalmodule.vb
Option Explicit On
Option Strict On
Imports Microsoft.Win32
Imports System.Environment
''' Copyright
www.eeworm.com/read/191997/8411732
vb nativemethods.vb
Option Explicit On
Option Strict On
Imports System
Imports System.Runtime.InteropServices
''' Copyright