#include <XMLUtils.h>
Public Member Functions | |
Storage * | operator-> () |
const Storage * | operator-> () const |
StorageWrap (Storage *storage) | |
~StorageWrap () | |
Private Attributes | |
std::auto_ptr< Storage > | storage |
Definition at line 22 of file XMLUtils.h.
lhef::StorageWrap::StorageWrap | ( | Storage * | storage | ) |
Definition at line 24 of file XMLUtils.cc.
: storage(storage) { }
lhef::StorageWrap::~StorageWrap | ( | ) |
Storage* lhef::StorageWrap::operator-> | ( | ) | [inline] |
Definition at line 27 of file XMLUtils.h.
{ return storage.get(); }
const Storage* lhef::StorageWrap::operator-> | ( | ) | const [inline] |
Definition at line 28 of file XMLUtils.h.
{ return storage.get(); }
std::auto_ptr<Storage> lhef::StorageWrap::storage [private] |
Definition at line 31 of file XMLUtils.h.
Referenced by ~StorageWrap().