ATLAS Offline Software
Functions
PoolSvc.cxx File Reference

This file contains the implementation for the PoolSvc class. More...

#include "PoolSvc.h"
#include "GaudiKernel/IIoComponentMgr.h"
#include "GaudiKernel/ConcurrencyFlags.h"
#include "PathResolver/PathResolver.h"
#include "CoralKernel/Context.h"
#include "PersistentDataModel/Placement.h"
#include "PersistentDataModel/Token.h"
#include "CollectionBase/CollectionFactory.h"
#include "CollectionBase/CollectionDescription.h"
#include "FileCatalog/IFileCatalog.h"
#include "POOLCore/DbPrint.h"
#include "PersistencySvc/IPersistencySvc.h"
#include "PersistencySvc/ISession.h"
#include "PersistencySvc/IDatabase.h"
#include "PersistencySvc/IContainer.h"
#include "PersistencySvc/ITechnologySpecificAttributes.h"
#include "PersistencySvc/ITokenIterator.h"
#include "PersistencySvc/DatabaseConnectionPolicy.h"
#include "StorageSvc/DbType.h"
#include "RelationalAccess/ConnectionService.h"
#include "RelationalAccess/IConnectionServiceConfiguration.h"
#include "RelationalAccess/IWebCacheControl.h"
#include "RelationalAccess/IWebCacheInfo.h"
#include "RelationalAccess/ILookupService.h"
#include "RelationalAccess/IDatabaseServiceSet.h"
#include "RelationalAccess/IDatabaseServiceDescription.h"
#include "DBReplicaSvc/IDBReplicaSvc.h"
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <cstdio>
#include <cctype>
#include <exception>

Go to the source code of this file.

Functions

bool isNumber (const std::string &s)
 

Detailed Description

This file contains the implementation for the PoolSvc class.

Author
Peter van Gemmeren gemme.nosp@m.ren@.nosp@m.anl.g.nosp@m.ov

Definition in file PoolSvc.cxx.

Function Documentation

◆ isNumber()

bool isNumber ( const std::string &  s)

Definition at line 53 of file PoolSvc.cxx.

53  {
54  return !s.empty() && (std::isdigit(s[0]) || s[0] == '+' || s[0] == '-');
55 }
python.SystemOfUnits.s
float s
Definition: SystemOfUnits.py:147