otsdaq
v2_05_02_indev
Return to top level
Main Page
Classes
Files
File List
ConvertToXML.h
1
#ifndef ots_ConvertToXML_h
2
#define ots_ConvertToXML_h
3
4
#include <string>
5
#include <xercesc/util/XMLChar.hpp>
6
7
namespace
ots
8
{
9
class
ConvertToXML
10
{
11
public
:
12
ConvertToXML
(
const
char
*
const
toTranscode);
13
ConvertToXML
(
const
std::string& toTranscode);
14
ConvertToXML
(
const
int
toTranscode);
15
~
ConvertToXML
(
void
);
16
17
const
XMLCh* unicodeForm()
const
;
18
19
private
:
20
XMLCh* fUnicodeForm_;
21
};
22
23
#define CONVERT_TO_XML(str) ConvertToXML(str).unicodeForm()
24
25
}
// namespace ots
26
27
#endif
ots::ConvertToXML
Definition:
ConvertToXML.h:9
otsdaq
otsdaq
XmlUtilities
ConvertToXML.h
Generated on Wed Apr 29 2020 18:41:49 for otsdaq by
1.8.5