CMS 3D CMS Logo

Public Member Functions | Public Attributes

MyWatcher Class Reference

#include <MyWatcher.h>

List of all members.

Public Member Functions

std::string continu ()
std::string lap ()
 MyWatcher (const std::string)
std::string reset ()
std::string start (bool r=true)
std::string stop ()
 ~MyWatcher ()

Public Attributes

std::string name

Detailed Description

Definition at line 29 of file MyWatcher.h.


Constructor & Destructor Documentation

MyWatcher::MyWatcher ( const std::string  ) [inline]

Definition at line 31 of file MyWatcher.h.

{}
MyWatcher::~MyWatcher ( ) [inline]

Definition at line 32 of file MyWatcher.h.

{}

Member Function Documentation

std::string MyWatcher::continu ( ) [inline]

Definition at line 35 of file MyWatcher.h.

References name.

{return name;}
std::string MyWatcher::lap ( ) [inline]

Definition at line 38 of file MyWatcher.h.

References name.

Referenced by ESUnpackerWorker::work().

{return name;}
std::string MyWatcher::reset ( void  ) [inline]

Definition at line 36 of file MyWatcher.h.

References name.

{return name;}
std::string MyWatcher::start ( bool  r = true) [inline]

Definition at line 34 of file MyWatcher.h.

References name.

{return name;}
std::string MyWatcher::stop ( ) [inline]

Definition at line 37 of file MyWatcher.h.

References name.

{return name;}

Member Data Documentation

std::string MyWatcher::name

Definition at line 39 of file MyWatcher.h.

Referenced by continu(), lap(), reset(), start(), and stop().