Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
Gaudi::Utils::CheckData< TYPE > Struct Template Reference

Helper structure for implementation of "exists"-functions for GaudiCommon<BASE> More...

#include <GetData.h>

Inheritance diagram for Gaudi::Utils::CheckData< TYPE >:
Inheritance graph
[legend]

Public Member Functions

bool operator() (IDataProviderSvc *service, const std::string &location) const
 the only one essential method
 

Detailed Description

template<class TYPE>
struct Gaudi::Utils::CheckData< TYPE >

Helper structure for implementation of "exists"-functions for GaudiCommon<BASE>

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2008-07-22

Definition at line 316 of file GetData.h.

Member Function Documentation

template<class TYPE>
bool Gaudi::Utils::CheckData< TYPE >::operator() ( IDataProviderSvc service,
const std::string &  location 
) const
inline

the only one essential method

Parameters
commonthe actual "worker"
servicepointer to Data Provider Service
locationlocation of objects in TES
Returns
true for valid data

use Data Provider Service

Definition at line 327 of file GetData.h.

{
return getFromTS<TYPE>(service, location);
}

The documentation for this struct was generated from the following file:

Generated at Wed Jun 4 2014 14:49:05 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004