![]() |
ATLAS Offline Software
|
Helpers for retrieving the payload held by a DataProxy. More...
Go to the source code of this file.
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
template<typename DATA > | |
DATA * | SG::DataProxy_cast (DataProxy *proxy) |
cast the proxy into the concrete data object it proxies More... | |
template<typename DATA > | |
DATA | SG::DataProxy_cast (const DataProxy &proxy) |
const ref version of the cast. More... | |
void * | SG::DataProxy_cast (DataProxy *proxy, CLID clid, const std::type_info *tinfo=nullptr) |
Try to get the pointer back from a DataProxy, converted to be of type clid. More... | |
Helpers for retrieving the payload held by a DataProxy.
Definition in file DataProxy_cast.h.