Up Top       Prev CHARACTER_CONSTANTS      Next COLLECTION



expanded class interface CLOCK
   --
   -- Time and date facilities: year, month, day, hour and seconds.
   --

feature(s) from CLOCK   value: INTEGER
      -- Get the CPU clock periods if available (-1 if not).


   periods_per_second: INTEGER
      --  The number of clock periods per seconds.

      require
         value >= 0



end of expanded CLOCK




All classes inherit from ANY, ANY inherits from PLATFORM and PLATFORM inherits from GENERAL.



Generated by short -html_deb on 31 March 2005.