Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/skia/skia/src/utils/win/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  SkObjBase.h   Sprache: C

 
/*
* Copyright 2019 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/


#ifndef SkObjBase_DEFINED
#define SkObjBase_DEFINED

#include "src/base/SkLeanWindows.h"
#include <objbase.h>

// STDMETHOD uses COM_DECLSPEC_NOTHROW, but STDMETHODIMP does not. This leads to attribute mismatch
// between interfaces and implementations which produces warnings. In theory a COM component should
// never throw a c++ exception, but COM_DECLSPEC_NOTHROW allows tweaking that (as it may be useful
// for internal only implementations within a single project). The behavior of the attribute nothrow
// and the keyword noexcept are slightly different, so use COM_DECLSPEC_NOTHROW instead of noexcept.
// Older interfaces like IUnknown and IStream do not currently specify COM_DECLSPEC_NOTHROW, but it
// is not harmful to mark the implementation more exception strict than the interface.

#define SK_STDMETHODIMP COM_DECLSPEC_NOTHROW STDMETHODIMP
#define SK_STDMETHODIMP_(type) COM_DECLSPEC_NOTHROW STDMETHODIMP_(type)

#endif

Messung V0.5
C=93 H=90 G=91

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.