#include <RunData.h>
Public Types | |
typedef std::map< std::string, int > | NamedCounters |
Public Member Functions | |
const std::string & | GetCurrentFilename () const |
NamedCounters & | GetNamedCounters () |
const NamedCounters & | GetNamedCounters () const |
void | SetCurrentFilename (const std::string &filename) |
Private Attributes | |
std::string | fCurrentFilename |
NamedCounters | fNamedCounters |
typedef std::map<std::string, int> fwk::RunData::NamedCounters |
|
inline |
Definition at line 16 of file RunData.h.
References fCurrentFilename.
|
inline |
Definition at line 23 of file RunData.h.
References fNamedCounters.
Referenced by fwk::RunController::FinishBranch().
|
inline |
Definition at line 26 of file RunData.h.
References fNamedCounters.
|
inline |
Definition at line 13 of file RunData.h.
References fCurrentFilename, and filename.
|
private |
Definition at line 30 of file RunData.h.
Referenced by GetCurrentFilename(), and SetCurrentFilename().
|
private |
Definition at line 31 of file RunData.h.
Referenced by GetNamedCounters().