  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   15   : m_rdbParAcc(rdbParAcc),
 
   16     m_RecSet(std::move(initRecSet))
 
   21   : m_rdbParAcc (
other.m_rdbParAcc),
 
   22     m_RecSet (
other.m_RecSet)
 
   32                                                        const std::string& 
tag,
 
   33                                                        const std::string& tag2node)
 
   42                                                        const std::string& 
name,
 
   43                                                        unsigned int index)
 const 
   45   outval = (*m_RecSet)[
index]->getInt(
name);
 
   50                                                        const std::string& 
name,
 
   51                                                        unsigned int index)
 const 
   58                                                        const std::string& 
name,
 
   60                                                        unsigned int index)
 const 
   67                                                        const std::string& 
name,
 
   68                                                        unsigned int index)
 const 
   70   outval = (*m_RecSet)[
index]->getString(
name);
 
  
IRDBRecordset_ptr _getRecordsetPtr(const std::string &node, const std::string &tag, const std::string &tag2node="")
 
IRDBRecordset_ptr m_RecSet
 
Definition of the abstract IRDBAccessSvc interface.
 
const self_t & param(unsigned int &outval, const std::string &name, unsigned int index=0) const
 
std::shared_ptr< IRDBRecordset > IRDBRecordset_ptr
 
self_t & fallback_to(const std::string &node, const std::string &tag, const std::string &tag2node="")
 
RDBParamRecords(RDBParamReader *rdbParAcc, IRDBRecordset_ptr initRecSet)
 
Definition of the abstract IRDBRecord interface.
 
RDBParamReader * m_rdbParAcc
 
Definition of the abstract IRDBRecordset interface.