代码搜索结果

找到约 10,000 项符合 Interface 的代码

interface2.h

#pragma interface template struct C { explicit C(const T& t) : a(t) { } virtual ~C() { } T a; };

interface1.c

// { dg-do run } // { dg-options "-O2" } // { dg-additional-sources "interface1-a.cc" } #pragma implementation "interface1.h" #include "interface1.h" extern void g(); int main () { g(); }

interface2.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 2 Jun 2005 // PR 21280 // Origin: Jens Maurer #include "interfac

interface1.h

#pragma interface "interface1.h" struct Test { void f(); }; inline void Test::f() { }

interface1-a.cc

struct Test { void f(); }; Test t; void g() { t.f(); }

inner_interface.out

Testing class `inner_interface'... This is baz.inner_interface 14022000

inner_interface.java

// Class inner_interface // Generated on Fri Feb 11 16:29:04 PST 2000 // Simple inner interface example. class inner_interface { interface bar { static final int field = 14022000; publi

mlb_interface.h

/////////////////////////////////////////////////////////// // // // SAGA // //

mlb_interface.cpp

/////////////////////////////////////////////////////////// // // // SAGA // //

mlb_interface.h

/////////////////////////////////////////////////////////// // // // SAGA // //