#include <XMLUtils.h>
Public Types | |
using | Storage = edm::storage::Storage |
Public Member Functions | |
Storage * | operator-> () |
const Storage * | operator-> () const |
StorageWrap (std::unique_ptr< Storage > storage) | |
~StorageWrap () | |
Private Attributes | |
std::unique_ptr< Storage > | storage |
Definition at line 25 of file XMLUtils.h.
Definition at line 27 of file XMLUtils.h.
lhef::StorageWrap::StorageWrap | ( | std::unique_ptr< Storage > | storage | ) |
Definition at line 26 of file XMLUtils.cc.
lhef::StorageWrap::~StorageWrap | ( | ) |
|
inline |
|
inline |
|
private |
Definition at line 36 of file XMLUtils.h.
Referenced by operator->(), and ~StorageWrap().