RunTimesAscii.C File Reference

#include "RunTimesFactory.h"
#include "emcDefines.h"
#include <fstream>

Include dependency graph for RunTimesAscii.C:

Go to the source code of this file.

Classes

class  RunTimesAscii
 Ascii implementation of RunTimes. More...

Functions

RunTimescreator ()
PHTimeStamp BuildTimeStamp (const std::string &thedate)

Variables

const std::string name = "Ascii"
const bool registered


Function Documentation

PHTimeStamp @0::BuildTimeStamp const std::string &  thedate  )  [static]
 

Definition at line 26 of file RunTimesAscii.C.

Referenced by RunTimesAscii::Init().

RunTimes* @0::creator  )  [static]
 

Definition at line 13 of file RunTimesAscii.C.


Variable Documentation

const std::string name = "Ascii" [static]
 

Definition at line 18 of file RunTimesAscii.C.

const bool registered [static]
 

Initial value:

  RunTimesFactory::instance().registerCreator(name,
                                              creator,
                                              "RunTimes")

Definition at line 19 of file RunTimesAscii.C.