代码搜索:Operator

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

代码结果 10,000
www.eeworm.com/read/482889/1282668

hpp operator_actions.hpp

// -- operator_actions.hpp - Boost Lambda Library ---------------------- // Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Versi
www.eeworm.com/read/482889/1285130

hpp operator_id.hpp

// Copyright David Abrahams 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde
www.eeworm.com/read/475899/1375269

java operator_class.java

package VO; public class Operator_Class { private String pwd; private String ID; private String name; private String authority; public String getAuthority() { return authority; } p
www.eeworm.com/read/470720/1444368

c operator1.c

typedef struct _GdkDrawable GdkDrawable; typedef struct _GdkDrawable GdkBitmap; typedef struct _GdkDrawable GdkPixmap; class Drawable { public: operator GdkDrawable* () const; }; class
www.eeworm.com/read/470720/1444662

c operator1.c

// Tests whether g++ can handle large number of operators // { dg-do compile } #define OP0(n) struct I##n { int i; }; operator I##n (); #define OP1(n) OP0(n) #define OP2(n) OP1(n##0) OP1(n##1) OP1(n#
www.eeworm.com/read/470720/1444769

c operator1.c

// Test that conversions to base classes happen when calling // operators. // { dg-do run } extern "C" void abort (); struct B1; struct B2; B2* p; B1* p2; struct B1 { virtual void f () {} }; s
www.eeworm.com/read/470720/1446296

c operator1.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 7 Nov 2000 // Origin: bug 510 wolfgang.bangerth@iwr.uni-heidelberg.