Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQMServices
ClientConfig
interface
ParserFunctions.h
Go to the documentation of this file.
1
namespace
qtxml{
2
inline
std::string
_toString
(
const
XMLCh *toTranscode){
3
std::string
tmp
(xercesc::XMLString::transcode(toTranscode));
4
return
tmp
;
5
}
6
7
inline
XMLCh*
_toDOMS
(
std::string
temp
){
8
XMLCh* buff = xercesc::XMLString::transcode(temp.c_str());
9
return
buff;
10
}
11
12
}
groupFilesInBlocks.temp
temp
Definition:
groupFilesInBlocks.py:140
qtxml::_toString
std::string _toString(const XMLCh *toTranscode)
Definition:
ParserFunctions.h:2
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
qtxml::_toDOMS
XMLCh * _toDOMS(std::string temp)
Definition:
ParserFunctions.h:7
tmp
std::vector< std::vector< double > > tmp
Definition:
MVATrainer.cc:100
Generated for CMSSW Reference Manual by
1.8.5