TimeArchiver< Archiver > Class Template Reference

List of all members.

Static Public Member Functions

static bool Archive (tTime &time)


Detailed Description

template<class Archiver>
class TimeArchiver< Archiver >

Definition at line 230 of file tSysTime.cpp.


Member Function Documentation

template<class Archiver>
static bool TimeArchiver< Archiver >::Archive ( tTime time  )  [inline, static]

Definition at line 233 of file tSysTime.cpp.

References tTime::microseconds, and tTime::seconds.

Referenced by tAdvanceFrame().

00233       :
00234     static bool Archive( tTime & time )
00235     {
00236         // start archive block if archiving is active
00237         Archiver archive;
00238         if ( archive.Initialize( recordingSection ) )
00239         {
00240             archive.Archive( time.seconds ).Archive( time.microseconds );
00241             return true;
00242         }
00243 
00244         return false;
    }

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:57:06 2008 for Armagetron Advanced by  doxygen 1.5.4