Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Lyx/src/   (Lyx Latech Document Processor ©)  Datei vom 26.9.1998 mit Größe 887 B image not shown  

Quelle  syscontr.h

  Sprache: C
 

// -*- C++ -*-

#ifdef __GNUG__
#pragma interface
#endif

#include <LString.h>


class Systemcalls;

///
class SystemcallsSingletoncontroller{
public:
 ///
 class Startcontroller{
 public:
  ///
  Startcontroller();
  ///
                ~Startcontroller();
  ///
  static SystemcallsSingletoncontroller *GetController();
  ///
                void ReduceRefcount() { refcount--; }
 private:
  ///
  static SystemcallsSingletoncontroller *contr;
  ///
                static int refcount;
        };
 ///
 ~SystemcallsSingletoncontroller();
 ///
 void AddCall(Systemcalls const &newcall);
 ///
 void Timer();
 // private: // DEC cxx does not like that (JMarc)
 ///
 SystemcallsSingletoncontroller();
private:
 ///
 struct ControlledCalls {
  ///
  Systemcalls *call;
  ///
  ControlledCalls *next; };
 ///
 ControlledCalls *SysCalls;
};

Messung V0.5 in Prozent
C=64 H=100 G=83

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.