StrX Class Reference

#include <XMLTool.hh>

Collaboration diagram for StrX:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StrX (const XMLCh *const toTranscode)
 ~StrX ()
const char * localForm () const

Private Attributes

char * fLocalForm

Detailed Description

Definition at line 190 of file XMLTool.hh.


Constructor & Destructor Documentation

StrX::StrX ( const XMLCh *const   toTranscode  )  [inline]

Definition at line 195 of file XMLTool.hh.

00196     {
00197         // Call the private transcoding method
00198         fLocalForm = XMLString::transcode(toTranscode);
00199     }

StrX::~StrX (  )  [inline]

Definition at line 201 of file XMLTool.hh.

00202     {
00203         XMLString::release(&fLocalForm);
00204     }


Member Function Documentation

const char* StrX::localForm (  )  const [inline]

Definition at line 209 of file XMLTool.hh.

Referenced by operator<<().

00210     {
00211         return fLocalForm;
00212     }


Member Data Documentation

char* StrX::fLocalForm [private]

Definition at line 221 of file XMLTool.hh.

Referenced by localForm(), StrX(), and ~StrX().


The documentation for this class was generated from the following file:
Generated on Mon Jan 7 13:19:03 2013 for MicromegasFramework by  doxygen 1.4.7