From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02934.html | 188 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 docs/doxygen/nel/a02934.html (limited to 'docs/doxygen/nel/a02934.html') diff --git a/docs/doxygen/nel/a02934.html b/docs/doxygen/nel/a02934.html new file mode 100644 index 00000000..0aedd84d --- /dev/null +++ b/docs/doxygen/nel/a02934.html @@ -0,0 +1,188 @@ + + +NeL: NL3D::CMiniTimer class Reference + + + +
+

NL3D::CMiniTimer Class Reference

#include <particle_system_model.h> +

+ + + + + + + + + + + + + + +

Public Member Functions

 CMiniTimer (uint64 &target)
 ~CMiniTimer ()

Data Fields

NLMISC::CSimpleClock SC
uint64 StartDate
uint64Target
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NL3D::CMiniTimer::CMiniTimer uint64 target  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 379 of file particle_system_model.h. +

+References SC, NLMISC::CSimpleClock::start(), Target, and uint64. +

+

00379                                    : Target(target) 
+00380         {
+00381                 SC.start();             
+00382         }
+
+

+ + + + +
+ + + + + + + + + +
NL3D::CMiniTimer::~CMiniTimer  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 383 of file particle_system_model.h. +

+References NLMISC::CSimpleClock::getNumTicks(), SC, NLMISC::CSimpleClock::stop(), and Target. +

+

00384         {
+00385                 SC.stop();
+00386                 Target += SC.getNumTicks();
+00387         }       
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CSimpleClock NL3D::CMiniTimer::SC +
+
+ + + + + +
+   + + +

+ +

+Definition at line 376 of file particle_system_model.h. +

+Referenced by CMiniTimer(), and ~CMiniTimer().

+

+ + + + +
+ + +
uint64 NL3D::CMiniTimer::StartDate +
+
+ + + + + +
+   + + +

+ +

+Definition at line 378 of file particle_system_model.h.

+

+ + + + +
+ + +
uint64& NL3D::CMiniTimer::Target +
+
+ + + + + +
+   + + +

+ +

+Definition at line 377 of file particle_system_model.h. +

+Referenced by CMiniTimer(), and ~CMiniTimer().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:56:26 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1