/// class SystemcallsSingletoncontroller{ public: /// class Startcontroller{ public: ///
Startcontroller(); ///
~Startcontroller(); /// static SystemcallsSingletoncontroller *GetController(); /// void ReduceRefcount() { refcount--; } private: /// static SystemcallsSingletoncontroller *contr; /// staticint 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
¤ 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.0.9Bemerkung:
(vorverarbeitet)
¤
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.