CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParserFunctions.h
Go to the documentation of this file.
1 namespace qtxml{
2  inline std::string _toString(const XMLCh *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 }
std::string _toString(const XMLCh *toTranscode)
XMLCh * transcode(const T &fInput)
XMLCh * _toDOMS(std::string temp)
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100