mUPnP for C++
uXML::Attribute Class Reference

#include <Attribute.h>

Public Member Functions

 Attribute ()
 
 Attribute (const std::string &name, const std::string &value)
 
void setName (const std::string &val)
 
const char * getName ()
 
void setValue (const std::string &val)
 
const char * getValue ()
 

Private Attributes

std::string name
 
std::string value
 

Constructor & Destructor Documentation

◆ Attribute() [1/2]

uXML::Attribute::Attribute ( )
inline

◆ Attribute() [2/2]

uXML::Attribute::Attribute ( const std::string & name,
const std::string & value )
inline

Member Function Documentation

◆ getName()

const char * uXML::Attribute::getName ( )
inline

◆ getValue()

const char * uXML::Attribute::getValue ( )
inline

◆ setName()

void uXML::Attribute::setName ( const std::string & val)
inline

◆ setValue()

void uXML::Attribute::setValue ( const std::string & val)
inline

Field Documentation

◆ name

std::string uXML::Attribute::name
private

◆ value

std::string uXML::Attribute::value
private

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