![]() |
![]() |
#include <ELdestination.h>
Public Member Functions | |
void | operator() (std::ostream *os) const |
Definition at line 148 of file ELdestination.h.
void edm::service::close_and_delete::operator() | ( | std::ostream * | os | ) | const |
Definition at line 272 of file ELdestination.cc.
References L1TEmulatorMonitor_cff::p.
{ std::ofstream* p = static_cast<std::ofstream*>(os); p->close(); delete os; }