CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Private Attributes
lhef::StorageWrap Class Reference

#include <XMLUtils.h>

Public Types

using Storage = edm::storage::Storage
 

Public Member Functions

Storageoperator-> ()
 
const Storageoperator-> () const
 
 StorageWrap (std::unique_ptr< Storage > storage)
 
 ~StorageWrap ()
 

Private Attributes

std::unique_ptr< Storagestorage
 

Detailed Description

Definition at line 25 of file XMLUtils.h.

Member Typedef Documentation

Definition at line 27 of file XMLUtils.h.

Constructor & Destructor Documentation

lhef::StorageWrap::StorageWrap ( std::unique_ptr< Storage storage)

Definition at line 26 of file XMLUtils.cc.

def move
Definition: eostools.py:511
std::unique_ptr< Storage > storage
Definition: XMLUtils.h:36
lhef::StorageWrap::~StorageWrap ( )

Definition at line 28 of file XMLUtils.cc.

References storage.

28 { storage->close(); }
std::unique_ptr< Storage > storage
Definition: XMLUtils.h:36

Member Function Documentation

Storage* lhef::StorageWrap::operator-> ( )
inline

Definition at line 32 of file XMLUtils.h.

References storage.

32 { return storage.get(); }
std::unique_ptr< Storage > storage
Definition: XMLUtils.h:36
const Storage* lhef::StorageWrap::operator-> ( ) const
inline

Definition at line 33 of file XMLUtils.h.

References storage.

33 { return storage.get(); }
std::unique_ptr< Storage > storage
Definition: XMLUtils.h:36

Member Data Documentation

std::unique_ptr<Storage> lhef::StorageWrap::storage
private

Definition at line 36 of file XMLUtils.h.

Referenced by operator->(), and ~StorageWrap().