Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
StorableConversions.cxx File Reference

convert to and from a SG storable More...

#include "AthenaKernel/StorableConversions.h"
#include "AthenaKernel/CLIDRegistry.h"
#include "GaudiKernel/System.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for StorableConversions.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

void * SG::fromStorable (DataObject *pDObj, CLID clid, const std::type_info *tinfo, bool quiet[[maybe_unused]], IRegisterTransient *irt, bool isConst)
 Try to get the pointer back from a DataObject, converted to be of type clid. More...
 
void * SG::Storable_cast (DataObject *pDObj, CLID clid, const std::type_info *tinfo=nullptr, bool quiet=false, IRegisterTransient *irt=0, bool isConst=true)
 Try to get the pointer back from a DataObject, converted to be of type clid. More...
 

Detailed Description

convert to and from a SG storable

Author
ATLAS Collaboration

Definition in file StorableConversions.cxx.