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 180 of file XMLTool.hh.


Constructor & Destructor Documentation

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

Definition at line 186 of file XMLTool.hh.

00187     {
00188         // Call the private transcoding method
00189         fLocalForm = XMLString::transcode(toTranscode);
00190     }

StrX::~StrX (  )  [inline]

Definition at line 192 of file XMLTool.hh.

00193     {
00194         XMLString::release(&fLocalForm);
00195     }


Member Function Documentation

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

Definition at line 200 of file XMLTool.hh.

Referenced by operator<<().

00201     {
00202         return fLocalForm;
00203     }


Member Data Documentation

char* StrX::fLocalForm [private]

Definition at line 212 of file XMLTool.hh.

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


The documentation for this class was generated from the following file:

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8