#include <XMLUtils.h>
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 24 of file XMLUtils.h.
lhef::StorageWrap::StorageWrap | ( | std::unique_ptr< Storage > | storage | ) |
Definition at line 25 of file XMLUtils.cc.
lhef::StorageWrap::~StorageWrap | ( | ) |
Definition at line 30 of file XMLUtils.cc.
References lhef::XMLDocument::XercesPlatform::instances, and storage.
|
inline |
Definition at line 29 of file XMLUtils.h.
|
inline |
Definition at line 30 of file XMLUtils.h.
|
private |
Definition at line 33 of file XMLUtils.h.
Referenced by ~StorageWrap().