XMLAttribute Class Reference

#include <XMLAttribute.hpp>

List of all members.

Public Member Functions

const std::string & name () const
const std::string & value () const
 XMLAttribute (const std::string &name, const std::string &value)
 ~XMLAttribute ()

Private Member Functions

 XMLAttribute (const XMLAttribute &xmlAttribute)

Private Attributes

const std::string __name
const std::string __value


Detailed Description

Definition at line 30 of file XMLAttribute.hpp.


Constructor & Destructor Documentation

XMLAttribute::XMLAttribute ( const XMLAttribute xmlAttribute  )  [private]

XMLAttribute::XMLAttribute ( const std::string &  name,
const std::string &  value 
) [inline]

Definition at line 51 of file XMLAttribute.hpp.

00053     : __name(name),
00054       __value(value)
00055   {
00056     ;
00057   }

XMLAttribute::~XMLAttribute (  )  [inline]

Definition at line 59 of file XMLAttribute.hpp.

00060   {
00061     ;
00062   }


Member Function Documentation

const std::string& XMLAttribute::name (  )  const [inline]

Definition at line 40 of file XMLAttribute.hpp.

References __name.

00041   {
00042     return __name;
00043   }

const std::string& XMLAttribute::value (  )  const [inline]

Definition at line 46 of file XMLAttribute.hpp.

References __value.

00047   {
00048     return __value;
00049   }


Member Data Documentation

const std::string XMLAttribute::__name [private]

Definition at line 33 of file XMLAttribute.hpp.

Referenced by name().

const std::string XMLAttribute::__value [private]

Definition at line 34 of file XMLAttribute.hpp.

Referenced by value().


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

Generated on Wed Nov 19 00:18:15 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6