![]() |
The Gaudi Framework
v36r0 (4abb4d13)
|
#include <GaudiAlg/TuplePut.h>

Public Member Functions | |
| ItemStore ()=default | |
| constructor : create empty map More... | |
Private Types | |
| typedef GaudiUtils::HashMap< std::string, std::unique_ptr< NTuple::Item< VALUE > > > | Store |
Private Member Functions | |
| NTuple::Item< VALUE > * | getItem (const std::string &key, Tuples::TupleObj *tuple) |
| the only one method: More... | |
| ItemStore (const ItemStore &)=delete | |
| ItemStore & | operator= (const ItemStore &)=delete |
Private Attributes | |
| Store | m_map |
| the underlying map More... | |
Friends | |
| class | TupleObj |
Simple class, which represents the local storage of N-tuple items of the given type. Essentially it is a restricted GaudiUtils::HashMap with the ownership of the newly created entries
Definition at line 47 of file TuplePut.h.
|
private |
Definition at line 51 of file TuplePut.h.
|
default |
constructor : create empty map
|
privatedelete |
|
inlineprivate |
the only one method:
Definition at line 59 of file TuplePut.h.
|
privatedelete |
Definition at line 48 of file TuplePut.h.
|
private |