XmlAttribute Class Reference
#include <XmlAttribute.h>
Public Member Functions | |
| XmlAttribute (std::string key, std::string value) | |
| virtual | ~XmlAttribute () |
| const std::string & | getKey () const |
| const std::string & | getValue () const |
| void | setKey (std::string key) |
| void | setValue (std::string value) |
Private Attributes | |
| std::string | key |
| std::string | value |
Constructor & Destructor Documentation
| XmlAttribute::XmlAttribute | ( | std::string | key, | |
| std::string | value | |||
| ) |
| XmlAttribute::~XmlAttribute | ( | ) | [virtual] |
Member Function Documentation
| const std::string & XmlAttribute::getKey | ( | ) | const |
| const std::string & XmlAttribute::getValue | ( | ) | const |
| void XmlAttribute::setKey | ( | std::string | key | ) |
| void XmlAttribute::setValue | ( | std::string | value | ) |
Member Data Documentation
std::string XmlAttribute::key [private] |
std::string XmlAttribute::value [private] |
The documentation for this class was generated from the following files:
- src/inVRs/SystemCore/XmlAttribute.h
- src/inVRs/SystemCore/XmlAttribute.cpp
Generated on Wed Oct 20 16:12:03 2010 for inVRs by
1.5.8