CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FipProtocolParser.cc
Go to the documentation of this file.
5 
8  std::string connect("sqlite_file:");
9  std::string::size_type pos=fipConnect.find(':');
10  std::string fipLocation=fipConnect.substr(pos+1);
11  edm::FileInPath fip(fipLocation);
12  connect.append( fip.fullPath() );
13  return connect;
14 }
std::string getRealConnect(const std::string &fipConnect) const
uint16_t size_type
std::string fullPath() const
Definition: FileInPath.cc:165