ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
TimeScale.cpp File Reference

Implementation. More...

#include "TimeScale.h"
Include dependency graph for TimeScale.cpp:

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...
 

Detailed Description

Implementation.

Last modified

Id:
TimeScale.cpp 511 2014-12-07 15:42:15Z martinml

Definition in file TimeScale.cpp.