Public Member Functions | |
const XMLCh * | unicodeForm () const |
const XMLCh * | unicodeForm () const |
XStr (const char *const toTranscode) | |
XStr (const char *const toTranscode) | |
~XStr () | |
~XStr () | |
Private Attributes | |
XMLCh * | fUnicodeForm |
XMLCh * | m_fUnicodeForm |
Definition at line 27 of file MuonsGrabber.cc.
XStr::XStr | ( | const char *const | toTranscode | ) | [inline] |
Definition at line 30 of file MuonsGrabber.cc.
References fUnicodeForm.
{ fUnicodeForm = XMLString::transcode(toTranscode); }
XStr::~XStr | ( | ) | [inline] |
Definition at line 35 of file MuonsGrabber.cc.
References fUnicodeForm, and fetchall_from_DQM_v2::release.
{ XMLString::release(&fUnicodeForm); }
XStr::XStr | ( | const char *const | toTranscode | ) | [inline] |
Definition at line 74 of file RPCPatternsParser.cc.
{ // Call the private transcoding method m_fUnicodeForm = XMLString::transcode(toTranscode); }
XStr::~XStr | ( | ) | [inline] |
Definition at line 80 of file RPCPatternsParser.cc.
References fetchall_from_DQM_v2::release.
{ XMLString::release(&m_fUnicodeForm); }
const XMLCh* XStr::unicodeForm | ( | ) | const [inline] |
const XMLCh* XStr::unicodeForm | ( | ) | const [inline] |
Definition at line 89 of file RPCPatternsParser.cc.
{ return m_fUnicodeForm; }
XMLCh* XStr::fUnicodeForm [private] |
Definition at line 46 of file MuonsGrabber.cc.
Referenced by unicodeForm(), XStr(), and ~XStr().
XMLCh* XStr::m_fUnicodeForm [private] |
Definition at line 101 of file RPCPatternsParser.cc.