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 <ctype.h>

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 52 of file PoolSvc.cxx.

52  {
53  return !s.empty() and ( isdigit(s[0]) or s[0]=='+' or s[0]=='-' );
54 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131