|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
Implementation. More...
#include "TimeScale.h"
Go to the source code of this file.
Namespaces | |
| TimeScale | |
| Contains convenient functions for ETime to unsigned int or string. | |
Functions | |
| std::ostream & | TimeScale::operator<< (std::ostream &os, const ETime &obj) |
| allow to print the string format "DAY", to get the integer use TimeScale::as_uint() function More... | |
| std::string | TimeScale::GetTimeScaleName (const ETime &tmscl) |
| Get the string, i.e., "DAY". More... | |
| ETime | TimeScale::GetTimeScaleFromName (const std::string &tmscl_str) |
| From name "DAY", get ETime::DAY. More... | |
Implementation.
Last modified
Definition in file TimeScale.cpp.
1.8.6