#include <HistoryAppender.h>
Public Member Functions | |
CachedHistory (ProcessHistory const *inputProcessHistory, ProcessHistory const *processHistory, ProcessHistoryID const &processHistoryID) | |
ProcessHistory const * | inputProcessHistory () const |
ProcessHistory const * | processHistory () const |
ProcessHistoryID const & | processHistoryID () const |
Private Attributes | |
ProcessHistory const * | inputProcessHistory_ |
ProcessHistory const * | processHistory_ |
ProcessHistoryID | processHistoryID_ |
Definition at line 13 of file HistoryAppender.h.
|
inline |
Definition at line 16 of file HistoryAppender.h.
|
inline |
Definition at line 24 of file HistoryAppender.h.
References inputProcessHistory_.
Referenced by edm::Principal::fillPrincipal().
|
inline |
Definition at line 25 of file HistoryAppender.h.
References processHistory_.
Referenced by edm::Principal::fillPrincipal().
|
inline |
Definition at line 26 of file HistoryAppender.h.
References processHistoryID_.
Referenced by edm::Principal::fillPrincipal().
|
private |
Definition at line 31 of file HistoryAppender.h.
Referenced by inputProcessHistory().
|
private |
Definition at line 32 of file HistoryAppender.h.
Referenced by processHistory().
|
private |
Definition at line 34 of file HistoryAppender.h.
Referenced by processHistoryID().