#include <GeneratorInterface/LHEInterface/src/XMLUtils.h>
Public Member Functions | |
const Storage * | operator-> () const |
Storage * | operator-> () |
StorageWrap (Storage *storage) | |
~StorageWrap () | |
Private Attributes | |
std::auto_ptr< Storage > | storage |
Definition at line 21 of file XMLUtils.h.
lhef::StorageWrap::StorageWrap | ( | Storage * | storage | ) |
lhef::StorageWrap::~StorageWrap | ( | ) |
Definition at line 27 of file XMLUtils.cc.
References storage.
00028 { 00029 storage->close(); 00030 }
const Storage* lhef::StorageWrap::operator-> | ( | ) | const [inline] |
Storage* lhef::StorageWrap::operator-> | ( | ) | [inline] |
std::auto_ptr<Storage> lhef::StorageWrap::storage [private] |