CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
cond::OMSService Class Reference

#include <OMSAccess.h>

Public Member Functions

void connect (const std::string &baseUrl)
 
 OMSService ()
 
std::unique_ptr< OMSServiceQueryquery (const std::string &function) const
 

Private Attributes

std::string m_baseUrl
 

Detailed Description

Definition at line 265 of file OMSAccess.h.

Constructor & Destructor Documentation

◆ OMSService()

cond::OMSService::OMSService ( )

Definition at line 126 of file OMSAccess.cc.

126 : m_baseUrl() {}
std::string m_baseUrl
Definition: OMSAccess.h:273

Member Function Documentation

◆ connect()

void cond::OMSService::connect ( const std::string &  baseUrl)

◆ query()

std::unique_ptr< OMSServiceQuery > cond::OMSService::query ( const std::string &  function) const

Member Data Documentation

◆ m_baseUrl

std::string cond::OMSService::m_baseUrl
private

Definition at line 273 of file OMSAccess.h.

Referenced by connect(), and query().