CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
MyWatcher Class Reference

#include <MyWatcher.h>

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.

31 {}
MyWatcher::~MyWatcher ( )
inline

Definition at line 32 of file MyWatcher.h.

32 {}

Member Function Documentation

std::string MyWatcher::continu ( )
inline

Definition at line 35 of file MyWatcher.h.

References name.

35 {return name;}
std::string name
Definition: MyWatcher.h:39
std::string MyWatcher::lap ( )
inline

Definition at line 38 of file MyWatcher.h.

References name.

38 {return name;}
std::string name
Definition: MyWatcher.h:39
std::string MyWatcher::reset ( void  )
inline

Definition at line 36 of file MyWatcher.h.

References name.

36 {return name;}
std::string name
Definition: MyWatcher.h:39
std::string MyWatcher::start ( bool  r = true)
inline

Definition at line 34 of file MyWatcher.h.

References name.

Referenced by progressbar.ProgressBar::__next__(), Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

34 {return name;}
std::string name
Definition: MyWatcher.h:39
std::string MyWatcher::stop ( )
inline

Definition at line 37 of file MyWatcher.h.

References name.

37 {return name;}
std::string name
Definition: MyWatcher.h:39

Member Data Documentation

std::string MyWatcher::name