products/Sources/formale Sprachen/C/Lyx/src image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: syscontr.h   Sprache: C

Original von: Lyx©

// -*- 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;
};

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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 ist noch experimentell.


Bot Zugriff