CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
XStr Class Reference

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
 

Detailed Description

Definition at line 26 of file MuonsGrabber.cc.

Constructor & Destructor Documentation

◆ XStr() [1/2]

XStr::XStr ( const char *const  toTranscode)
inline

Definition at line 28 of file MuonsGrabber.cc.

28 { fUnicodeForm = XMLString::transcode(toTranscode); }

References fUnicodeForm.

◆ ~XStr() [1/2]

XStr::~XStr ( )
inline

Definition at line 30 of file MuonsGrabber.cc.

References fUnicodeForm, and fetchall_from_DQM_v2::release.

◆ XStr() [2/2]

XStr::XStr ( const char *const  toTranscode)
inline

Definition at line 70 of file RPCPatternsParser.cc.

71  {
72  // Call the private transcoding method
73  m_fUnicodeForm = XMLString::transcode(toTranscode);

◆ ~XStr() [2/2]

XStr::~XStr ( )
inline

Definition at line 75 of file RPCPatternsParser.cc.

References fetchall_from_DQM_v2::release.

Member Function Documentation

◆ unicodeForm() [1/2]

const XMLCh* XStr::unicodeForm ( ) const
inline

Definition at line 32 of file MuonsGrabber.cc.

32 { return fUnicodeForm; }

References fUnicodeForm.

◆ unicodeForm() [2/2]

const XMLCh* XStr::unicodeForm ( ) const
inline

Definition at line 80 of file RPCPatternsParser.cc.

81 { return m_fUnicodeForm; }

Member Data Documentation

◆ fUnicodeForm

XMLCh* XStr::fUnicodeForm
private

Definition at line 35 of file MuonsGrabber.cc.

Referenced by unicodeForm(), XStr(), and ~XStr().

◆ m_fUnicodeForm

XMLCh* XStr::m_fUnicodeForm
private

Definition at line 89 of file RPCPatternsParser.cc.

XStr::m_fUnicodeForm
XMLCh * m_fUnicodeForm
Definition: RPCPatternsParser.cc:89
fetchall_from_DQM_v2.release
release
Definition: fetchall_from_DQM_v2.py:92
XStr::fUnicodeForm
XMLCh * fUnicodeForm
Definition: MuonsGrabber.cc:35